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

Reply
 
Thread Tools Display Modes
  #1  
Old 03-10-2010, 12:05 AM
jbizzle jbizzle is offline
 
Join Date: Dec 2009
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default MySQL Error

I am getting multiple SQL errors

Code:
MySQL Error   : MySQL server has gone away
Also, these errors.

Code:
Database error in vBulletin 3.8.4:

Invalid SQL:

            UPDATE datastore SET
                data = data - 1,
                data = IF(data < 0, 0, data)
            WHERE title = 'mailqueue';

Code:
Invalid SQL:

                    UPDATE session
                    SET lastactivity = 1268165777, location = 
'/forum/admincp/email.php?do=dosendmail&do=dosendmail', inforum = 0, inthread = 
0, incalendar = 0, badlocation = 0, useragent = 'Mozilla/5.0 (Windows; U; 
Windows NT 6.0; en-US; rv:1.9.0.18) Gecko/2010020220 Firefox/3.0.18 (.NET CLR 
3.5.30729)'
                    WHERE sessionhash = '56542e98237a161685411bbfa1c02463';

Code:
Invalid SQL:

            UPDATE datastore SET
                data = data - 1,
                data = IF(data < 0, 0, data)
            WHERE title = 'mailqueue';
I never use to get vBulletin errors...
Reply With Quote
  #2  
Old 03-10-2010, 03:26 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You didn't include the necessary part of the error we need to see for the last three you listed (we need to see the bottom portion that is under what you posted). But, the first one,
MySQL server has gone away, is a server issue. See this: http://www.vbulletin.com/docs/html/t...mysql_goneaway and this: http://www.vbulletin.com/forum/showt...265#post310265
Reply With Quote
  #3  
Old 03-11-2010, 08:11 PM
jbizzle jbizzle is offline
 
Join Date: Dec 2009
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is one of them i'll post the others once I get them

Code:
Database error in vBulletin 3.8.4:

Invalid SQL:

                    UPDATE session
                    SET lastactivity = 1268345339, location = 
'/forum/admincp/email.php?do=dosendmail&do=dosendmail', inforum = 0, inthread = 
0, incalendar = 0, badlocation = 0
                    WHERE sessionhash = '6eaea1d8673725d867f7f5aa36a14259';

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Request Date  : Thursday, March 11th 2010 @ 04:08:59 PM
Error Date    : Thursday, March 11th 2010 @ 04:09:24 PM
Script        : http://www.mwcaraudio.net/forum/admincp/email.php?do=dosendmail
Referrer      : http://www.mwcaraudio.net/forum/admincp/email.php?do=start
IP Address    : xxxx
Username      : jbizzle
Classname     : vB_Database
MySQL Version :
--------------- Added [DATE]1268345549[/DATE] at [TIME]1268345549[/TIME] ---------------

Quote:
Database error in vBulletin 3.8.4:

Invalid SQL:

SELECT text, languageid, special
FROM phrase AS phrase
LEFT JOIN phrasetype USING (fieldname)
WHERE phrase.fieldname = 'error'
AND varname = 'registeremail' AND languageid IN (-1, 0, 1);

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Saturday, February 27th 2010 @ 08:28:14 AM
Error Date : Saturday, February 27th 2010 @ 08:28:37 AM
Script : http://mwcaraudio.net/forum/register.php?do=addmember
Referrer : http://mwcaraudio.net/forum/register.php?do=register
IP Address : xxxx
Username : GRMax09
Classname : vB_Database
MySQL Version :
Quote:
Database error in vBulletin 3.8.4:

Invalid SQL:

UPDATE session
SET lastactivity = 1268165777, location =
'/forum/admincp/email.php?do=dosendmail&do=dosendmail', inforum = 0, inthread =
0, incalendar = 0, badlocation = 0, useragent = 'Mozilla/5.0 (Windows; U;
Windows NT 6.0; en-US; rv:1.9.0.18) Gecko/2010020220 Firefox/3.0.18 (.NET CLR
3.5.30729)'
WHERE sessionhash = '56542e98237a161685411bbfa1c02463';

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Tuesday, March 9th 2010 @ 02:16:17 PM
Error Date : Tuesday, March 9th 2010 @ 02:18:07 PM
Script : http://mwcaraudio.net/forum/admincp/...?do=dosendmail
Referrer : http://mwcaraudio.net/forum/admincp/email.php?do=start
IP Address : xxxx
Username : jbizzle
Classname : vB_Database
MySQL Version :
Quote:
Database error in vBulletin 3.8.4:

Invalid SQL:

UPDATE datastore SET
data = data - 1,
data = IF(data < 0, 0, data)
WHERE title = 'mailqueue';

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Tuesday, March 9th 2010 @ 02:20:14 PM
Error Date : Tuesday, March 9th 2010 @ 02:21:02 PM
Script : http://mwcaraudio.net/forum/index.php
Referrer : http://mwcaraudio.net/forum/index.php
IP Address : xxxx
Username : jbizzle
Classname : vB_Database
MySQL Version :
^^^
Reply With Quote
  #4  
Old 03-12-2010, 09:45 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a server issue. See this: http://www.vbulletin.com/docs/html/t...mysql_goneaway and this: http://www.vbulletin.com/forum/showt...265#post310265
Reply With Quote
  #5  
Old 03-13-2010, 08:52 PM
jbizzle jbizzle is offline
 
Join Date: Dec 2009
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I switched hosts, I am now with a company who specializes in hosting vBulletin forums. Hopefully I have no issues anymore.
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:38 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03689 seconds
  • Memory Usage 2,208KB
  • 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
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)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