Quote:
Originally Posted by Ntfu2
No you are missing the warnings SQL information, try running this query to solve the problem, from your adminCP -> Execute Query
Code:
ALTER TABLE user ADD warnings INT UNSIGNED NOT NULL DEFAULT '0';
if you have a table prefix (which it doesnt look like you do) you'll need to add it to the user part above.
|
hey i execute the following query but i have new error coming ( i did manual query)
Fatal error: Call to a member function on a non-object in /home/hari1031/public_html/forumz/includes/class_dm_user.php(2390) : eval()'d code on line 7
Quote:
Originally Posted by Paul M
When you uninstalled the AWS, it removed a column that vb now uses, you must add it back using the query posted above.
|
i didn't remove the warning system..i installed it back for 3.6 i thought it would solve my problem..