-
[Vb]Database Error
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT adminmessage.adminmessageid
FROM forum_adminmessage AS adminmessage
INNER JOIN forum_adminlog AS adminlog ON (adminlog.script = adminmessage.script AND adminlog.action = adminmessage.action)
WHERE adminmessage.status = 'undone'
AND adminmessage.script <> ''
AND adminlog.dateline > adminmessage.dateline
GROUP BY adminmessage.adminmessageid;
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Thursday, December 25th 2008 @ 03:34:05 PM
Error Date : Thursday, December 25th 2008 @ 03:34:36 PM
Script : http://nightlifepromo.bighosted.com/...ex.php?do=home
Referrer : http://nightlifepromo.bighosted.com/admincp/index.php
IP Address : xx.xx.xxx.xxx
Username : xxxxx
Classname : vB_Database
MySQL Version :
-
Re: [Vb]Database Error
What mods did you add before this happened?
-
Re: [Vb]Database Error
-
Re: [Vb]Database Error
Tried disabling them/removing them?
Code:
SELECT adminmessage.adminmessageid
FROM forum_adminmessage AS adminmessage
INNER JOIN forum_adminlog AS adminlog ON (adminlog.script = adminmessage.script AND adminlog.action = adminmessage.action)
Code:
Script : http://nightlifepromo.bighosted.com/...ex.php?do=home
Referrer : http://nightlifepromo.bighosted.com/admincp/index.php
both suggest that the thing that caused it, originated from the admincp.
-
Re: [Vb]Database Error
Well if you installed those modifications, and before no error appeared, try disabling one at a time and seeing which one makes the error go away. Sometimes certain modifications that aren't uptodate with the Database tend to mess up giving you a database error, or that happens to me anywho.
- Aaron