Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-17-2006, 11:08 PM
kru89 kru89 is offline
 
Join Date: May 2006
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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'
Reply With Quote
  #2  
Old 08-17-2006, 11:42 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What was the last module you installed?
________
vapir no2
Reply With Quote
  #3  
Old 08-17-2006, 11:46 PM
kru89 kru89 is offline
 
Join Date: May 2006
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #4  
Old 08-17-2006, 11:48 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #5  
Old 08-18-2006, 12:21 AM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 08-18-2006, 12:54 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 08-20-2006, 08:00 PM
kru89 kru89 is offline
 
Join Date: May 2006
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
  #8  
Old 08-21-2006, 02:29 PM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

remove AWS for 3.6 unless you are using the version specifically for 3.6 that was just released.
Reply With Quote
  #9  
Old 08-21-2006, 04:38 PM
kru89 kru89 is offline
 
Join Date: May 2006
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:50 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.04815 seconds
  • Memory Usage 2,238KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete