Log in

View Full Version : Database Error when sending emails out


Mellymonster
06-04-2009, 01:34 AM
I am getting this DB error when sending an email out, does this mean that the table in the "Send Email to all users" is not in right? The email still sends though.

Database error in vBulletin 3.8.2:

Invalid SQL:

UPDATE session
SET lastactivity = 1244080955, location = '/forums/cadminp/email.php?do=dosendmail&do=dosendmail', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = '6da5cf8b72f53ceb1bc54f5743c52a1b';

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Wednesday, June 3rd 2009 @ 10:02:35 PM
Error Date : Wednesday, June 3rd 2009 @ 10:03:23 PM
Script : http://christsgarden.com/forums/admincp/email.php?do=dosendmail
Referrer : http://christsgarden.com/forums/admincp/email.php?do=start
IP Address : (ip removed)
Username : Melly Monster
Classname : vB_Database
MySQL Version :

Sp32
06-04-2009, 01:44 AM
Im no expert by trying doing this:

restart your mysql server

or

upload some missing files, this says email.php doesn't exist:

The requested URL /forums/admincp/email.php was not found on this server.

Biker_GA
06-04-2009, 01:58 AM
Actually, the error states that the sql server is timing out before the function is finished. You can find the more common causes of this error and how to fix it here (http://www.vbulletin.com/forum/showthread.php?s=&postid=310265#post310265). Most likely, you'll need to contact your host and have them make the changes for you.