vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   DB error? (https://vborg.vbsupport.ru/showthread.php?t=176873)

AWMJen 04-22-2008 02:52 PM

DB error?
 
Code:

Database error in vBulletin 3.7.0 Beta 6:

Invalid SQL:

                        SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum != 0, votetotal / votenum, 0) AS voteavg, votetotal, thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, thread.lastpostid, pollid, thread.forumid, thread.open, sticky
                        , NOT ISNULL(subscribethread.subscribethreadid) AS subscribed, thread.iconid AS threadiconid, iconpath AS threadiconpath, post.pagetext AS preview, threadread.readtime AS threadread, forumread.readtime AS forumread, thread.attach
                        FROM vb_thread as thread
                        LEFT JOIN vb_subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 184) LEFT JOIN vb_icon AS icon ON (icon.iconid = thread.iconid) LEFT JOIN vb_post AS post ON (post.postid = thread.firstpostid) LEFT JOIN vb_threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 184)
                                LEFT JOIN vb_forumread AS forumread ON (thread.forumid = forumread.forumid AND forumread.userid = 184)
                        WHERE open != 10
                                AND thread.visible = 1 AND thread.lastpost > 1206286375
                                AND (thread.forumid IN(11,16,15,10,42,13,28,49,17,18,23,24,19,25,50,21,20,40,45,47,30,41,31))
                        ORDER BY lastpost DESC
                        LIMIT 5;

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Date          : Tuesday, April 22nd 2008 @ 08:33:26 AM
Script        : http://*******.com/
Referrer      :
IP Address    :
Username      :
Classname    : vb_database
MySQL Version :

Server has 'gone away'..........?? What the heck is that about?

Jase2 04-22-2008 03:09 PM

This means that your mySQL was restarted or shutdown. I suggest you contact your host.

Lynne 04-22-2008 03:10 PM

This is a server issue. See this: http://www.vbulletin.com/docs/html/t...mysql_goneaway

AWMJen 04-22-2008 03:27 PM

Thank you!


All times are GMT. The time now is 05:45 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
  • Page Generation 0.01052 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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