vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Error comes when new user created via ACP (https://vborg.vbsupport.ru/showthread.php?t=124256)

kru89 08-17-2006 11:08 PM

Error comes when new user created via ACP
 
Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO user
(salt, passworddate, password, options, adminoptions, usertitle, customtitle, username, email, languageid, homepage, birthday_search, birthday, showbirthday, icq, aim, yahoo, msn, skype, parentemail, referrerid, ipaddress, posts, caninvite, invites, usergroupid, reputationlevelid, reputation, warnings, infractions, ipoints, pmpopup, autosubscribe, threadedmode, showvbcode, styleid, timezoneoffset, daysprune, joindate, lastactivity, lastpost, membergroupids, displaygroupid, lastvisit, maxposts, startofweek)
VALUES

('*`{', FROM_UNIXTIME(1155750486), '678c11f6f269bcb4f6317be6d8aa3702', 3399, 0, '!!-DS -l- Newbie-!!', 0, 'D-SNewsBot', 'xyz@xyz.com', 0, '', '', '', 0, '', '', '', '', '', '', 0, '', 0, 0, 0, 2, 5, 10, 0, 0, 0, 1, -1, 0, 1, 0, '0', -1, 1155750420, 1155750420, -3601, '', '', 1155750486, -1, -1);


MySQL Error : Unknown column 'warnings' in 'field list'

Shazz 08-17-2006 11:42 PM

What was the last module you installed?
________
vapir no2

kru89 08-17-2006 11:46 PM

i installed AWS (Advanced Warning system in VB 3.5.4) thn i forgot to remove before i upgrade..and the latest module i installed is Arcade system...

Shazz 08-17-2006 11:48 PM

Quote:

Originally Posted by kru89
i installed AWS (Advanced Warning system in VB 3.5.4) thn i forgot to remove before i upgrade..and the latest module i installed is Arcade system...

When i had this problem i couldn't do anything with Users"
I turned GZIP HTML Output Off. (admincp>vboptions>Cookies and HTTP Header Options )
Then put it on safe mode.
It acted a little werid. But it fixed the problem =\
________
Paul Daimler

Ntfu2 08-18-2006 12:21 AM

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.

Paul M 08-18-2006 12:54 AM

Quote:

Originally Posted by kru89
i installed AWS (Advanced Warning system in VB 3.5.4) thn i forgot to remove before i upgrade....

When you uninstalled the AWS, it removed a column that vb now uses, you must add it back using the query posted above.

kru89 08-20-2006 08:00 PM

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..

Ntfu2 08-21-2006 02:29 PM

remove AWS for 3.6 unless you are using the version specifically for 3.6 that was just released.

kru89 08-21-2006 04:38 PM

Quote:

Originally Posted by Ntfu2
remove AWS for 3.6 unless you are using the version specifically for 3.6 that was just released.

i installed for vb 3.6


All times are GMT. The time now is 02:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01027 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete