PDA

View Full Version : Help?


Boofo
06-12-2002, 03:07 PM
Can someone plaese tell me what this error means and how to fix it? I haven't even touched this file today and it was working yesterday fine (at least I think it was).

Database error in vBulletin 2.2.5:

Invalid SQL: SELECT template,title
FROM template
WHERE (title IN ('error_whosonlinedisabled','maxloggedin','whowaso nline_todayloggedinusers','whowasonline_todaylogge dinuser','whosonline_legend','whowasonline','gobut ton','timezone','username_loggedout','username_log gedin','phpinclude','headinclude','header','footer ','forumjumpbit','forumjump','nav_linkoff','nav_li nkon','navbar','nav_joiner','pagenav','pagenav_cur page','pagenav_firstlink','pagenav_lastlink','page nav_nextlink','pagenav_pagelink','pagenav_prevlink ','')
AND (templatesetid=-1 OR templatesetid='1'))
OR (title = 'maxloggedin')

ORDER BY templatesetid
mysql error: Server shutdown in progress

mysql error number: 1053

Date: Wednesday 12th of June 2002 04:58:43 PM
Script: http://www.bearfacts2.com/forum/forum/onlinetoday.php?s=
Referer:

Admin
06-12-2002, 03:09 PM
A server issue, the server was shut down during the query so it couldn't complete. Don't worry about it. :)

Boofo
06-12-2002, 03:18 PM
Thank you, Chen, it scared the heck out of me for second. :) I got like 4 of them in a row and one of them was after I had logged on to the site and tried to open the Who was online today link.

About the same time I got 2 more errors. Are they related to the same thing? they are listed below. Also, a couple of them were from the link in my profile here to the board. Does that mean anything?

Database error in vBulletin 2.2.5:

Invalid SQL: SELECT COUNT(*) AS count FROM session WHERE userid=0 AND lastactivity>1023900030 mysql error: MySQL server has gone away

mysql error number: 2006

Date: Wednesday 12th of June 2002 04:55:30 PM
Script: http://www.bearfacts2.com/forum/forum/
Referer: https://vborg.vbsupport.ru/member.php?s=&action=getinfo&userid=9948


Database error in vBulletin 2.2.5:

Invalid SQL: SELECT COUNT(*) AS count FROM session WHERE userid=0 AND lastactivity>1023900030 mysql error: MySQL server has gone away

mysql error number: 2006

Date: Wednesday 12th of June 2002 04:55:30 PM
Script: http://www.bearfacts2.com/forum/forum/
Referer:


Database error in vBulletin :

Link-ID == false, connect failed
mysql error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

mysql error number: 2002

Date: Wednesday 12th of June 2002 04:55:41 PM
Script: /forum/
Referer: https://vborg.vbsupport.ru/member.php?s=&action=getinfo&userid=9948




Originally posted by FireFly
A server issue, the server was shut down during the query so it couldn't complete. Don't worry about it. :)

Admin
06-12-2002, 03:25 PM
The server was more than likely rebooted by your host, so the script couldn't connect to MySQL or it did but lost connection during the query.

Boofo
06-12-2002, 03:34 PM
Thanks again, Chen. I just got back on to the site. It was down for a couple of minutes (for what reason I don't know). Like you said, they probably rebooted it or something. So all of the errors I got were attributed to that then? Nothing else (like operator error on my part)? That's good to know for future reference. Thanks, one more time. :)

Originally posted by FireFly
The server was more than likely rebooted by your host, so the script couldn't connect to MySQL or it did but lost connection during the query.