What do these error reports mean?

NadeemJP

New Member
Hello,

I have been recieving these error reports for over a month now. Apparently this is not causing any trouble at thefourms, but i am continuously recieving these error reports in email:

Report 1:
Code:
Database error in vBulletin 3.7.3:

Invalid SQL:

UPDATE datastore SET
data = data - 1,
data = IF(data < 0, 0, data)
WHERE title = 'mailqueue';

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Request Date  : Wednesday, September 24th 2008 @ 03:16:18 PM
Error Date    : Wednesday, September 24th 2008 @ 03:16:21 PM
Script        : http://www.mysite.com/thread
Referrer      : http://www.www.mysite.com/
IP Address    : 
Username      : 
Classname     : vB_Database_MySQLi
MySQL Version :

Report2:
Code:
Database error in vBulletin 3.7.3:

Invalid SQL:

UPDATE style
SET displayorder = ,
userselect = 0
WHERE styleid = 1;

MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
userselect = 0
WHERE styleid = 1' at line 2
Error Number  : 1064
Request Date  : Tuesday, September 23rd 2008 @ 07:10:42 PM
Error Date    : Tuesday, September 23rd 2008 @ 07:10:42 PM
Script        : http://www.mysite.com/thread
Referrer      : http://www.www.mysite.com/
IP Address    : 
Username      : 
Classname     : vB_Database_MySQLi
MySQL Version : 5.0.51a-community-log

Report3:
Code:
Database error in vBulletin 3.7.3:

Invalid SQL:

UPDATE datastore SET
data = data - 2,
data = IF(data < 0, 0, data)
WHERE title = 'mailqueue';

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Request Date  : Tuesday, September 23rd 2008 @ 06:00:03 AM
Error Date    : Tuesday, September 23rd 2008 @ 06:00:06 AM
Script        : http://www.mysite.com/thread
Referrer      : http://www.www.mysite.com
IP Address    :
Username      :
Classname     : vB_Database_MySQLi
MySQL Version :

I have posted some of the errors, but there are several others too. Like:

Report 4:
Code:
Database error in vBulletin :

mysqli_real_connect() [<a href='function.mysqli-real-connect'>function.mysqli-real-connect</a>]: (HY000/2002): Can't connect to local MySQL 
/
MySQL Error   : 
Error Number  : 
Request Date  : Monday, September 22nd 2008 @ 03:03:01 AM
Error Date    : Monday, September 22nd 2008 @ 03:03:01 AM
Script        : http://www.mysite.com/
Referrer      : 
IP Address    :
Username      : 
Classname     : vB_Database_MySQLi
MySQL Version :

Report 5:
Code:
Database error in vBulletin 3.7.3:

Invalid SQL:

UPDATE datastore SET
data = data - 1,
data = IF(data < 0, 0, data)
WHERE title = 'mailqueue';

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Request Date  : Saturday, September 20th 2008 @ 06:49:02 AM
Error Date    : Saturday, September 20th 2008 @ 06:49:28 AM
Script        : http://www.mysite.com/forums/
Referrer      : 
IP Address    : 
Username      : Unregistered
Classname     : vB_Database_MySQLi
MySQL Version :

I would really appreciate if someone could help me resolve why am i getting these error reports.

Thank you
Regards
 
are you using legit vb or nulled?

if its nulled maybe the nullers could of messed it up with the coding by mistake..

if you are running legit vb then contact vbulletin.com or org and maybe they could help you :)
 
MySQL Error : MySQL server has gone away
Your database server is timing out or going offline.

As for the others are you running a vanilla null(no mods) or have you added many mods? Listing the mods may be more helpful.

Oh and you might not want to post the url to your site. In the future edit them out and just leave the url like template.php=blahblahblah
 
thak you sirs.
i have edited my post and removed the url. by the way is it not allowed to post urls?

anyways, i am a license owner of vbulletin for life. i have added a few mods like style (morbid 10 colors), advanced stats, user legend color bar, etc.

oh and then i have this other question:
i tried to install inferno shout box, but somehow it didnt appear on the page and i removed all the files. however i did not know how to remove the table i imported through my admin php in the data base. can someone please tell me how to delete that table? cause i dont remember the name of the table as well as its extension and i have no idea how to delete it from the data bas.

do you think that might be causing problems?
 
Back
Top