PDA

View Full Version : Error Message: Invalid SQL


MonCher
11-03-2008, 07:43 PM
I received this message over the weekend. Does anyone know what I can
do to fix the problem?


Database error in vBulletin 3.7.3:
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, November 1st 2008 @ 07:28:40 AM
Error Date : Saturday, November 1st 2008 @ 07:29:12 AM
Script : http://www.4datetalk.com/forums/register.php?do=addmember
Referrer : http://www.4datetalk.com/forums/register.php
IP Address : 77.50.7.167
Username : lomInsogblownd
Classname : vB_Database
MySQL Version :

Lynne
11-03-2008, 08:29 PM
I would not worry about it if you just got one error. If you want to read about it, read this: http://www.vbulletin.com/docs/html/troubleshoot_mysql_goneaway and this: http://www.vbulletin.com/forum/showthread.php?s=&postid=310265#post310265

MonCher
11-04-2008, 01:27 AM
Thank you Lynne. That was very helpful!