![]() |
Not updating Changes in AdminCp?
I re-installed this hack after upgrading to 3.0.8, it worked fine on 3.0.7, I doubt that is the problem...
at anyrate, I have the latest version of the hack 3.4.15 I did all the file edits and ran install_warn.php as described in the instructions. When I try to edit options in admincp and click update my changes aren't being updated. It Reads "Your AWS Options have been updated" however, The options remain to say no for everything and blank. could this be a database issue? EDITED* Okay.. problem solved... lol I didn't run the settings...sorry for this post.. this is the most tedious hack to install, but by far a great hack I love it.. thanks for all the support here to the creator. Okay I fixed that issue.. but I am now getting this sql error when updating a user.... Code:
Database error in vBulletin 3.0.8: I uninstalled/re-installed twice but still the same error For some odd reason the uninstaller is leaving behind remnants of the hack.. I still see templates in the template area that can't be reverted... when I uninstall warn_notes seems to still remain there? I need help majorly... thanks |
OK, first calm down and give me proper details of your errors. The one you send me above, doesn't even contain the script that caused the error. The uninstaller may leave things behind, I do not pay too much attention to it, I do update it from time to time, but it is possible that some things slip by.
Give me details of your errors, the complete error messages. |
lol ahahaahha I'm sorry man, I love this hack and never had problems with it before except the redirect which you helped me fix....
well, here's the deal, on "view warned users" in admincp... I get this error HTML Code:
Database error in vBulletin 3.0.8: HTML Code:
Database error in vBulletin 3.0.8: HTML Code:
Database error in vBulletin 3.0.8: |
Your first error is most probably due to the warnings column not being created in the user table. Add it manually, running this query:
Code:
ALTER TABLE `".TABLE_PREFIX."user` add `warnings` int(5) default '0' You must first define your options, before you can run the program. |
wow... I just unistalled it completely lol, I'll try this... but there is still the first problem...
When I update the user, I get the error where it doesn't recognize the "alert column" in fieldset... that was the initial problem... EDITED* Okay looking at the installer, I guess that I add this... HTML Code:
ALTER TABLE `".TABLE_PREFIX."user` add `alerts` int(5) default '0' |
Pls do! It should work fine.
|
I got this error in sql...
HTML Code:
#1103 - Incorrect table name '".TABLE_PREFIX."user' |
Run the query like this:
Code:
ALTER TABLE `user` add `alerts` int(5) default '0' |
John! I Love You Man! lol ahahahahah
That did it For some reason, the installer skipped? I just went through and manually added the rest of what was missing thanks man... you were a big help |
That's wierd, the installer skipped some columns and added others?
|
Yep, I was trying to figure that out myself...
It could be on my end though... I need to upgrade my phpadmin, however, my hosts is not allowing a change anytime soon, even thought I doubt that was what effected this... I did notice a few other posts here that had the same issue with a table or two but they never responded back... oh well, all is well finally I wish I had had this kind of support for another hack that destroyed my last bulletin board..lol GREAT Hack! |
Thanks for the nice words. Glad you have it solved.
|
All times are GMT. The time now is 10:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|