I host a few vbulletin sites and one of them contacted me as to why they are getting emails (errors) I thought it was because the mysql server was restarting but I'm not sure. I commented out the technical email address line in the config file and pointed them all to me but only one site is emailing back errors. Starts out
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'rchelp5_rch'@'localhost' (using password: YES) /home/rchelp5/public_html/includes/class_core.php on line 317
Database error in vBulletin :
Cannot use database rchelp5_forum
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT *
FROM style
WHERE (styleid = 7)
OR styleid = 5
ORDER BY styleid DESC
LIMIT 1;
Almost looks as if mysql connection was broken but why don't I get emails from the other sites they are on the same server? This was at 4 this morning the sql server shows it has been up longer than 4 hours, almost 40 hours actually.
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'rchelp5_rch'@'localhost' (using password: YES) /home/rchelp5/public_html/includes/class_core.php on line 317
Database error in vBulletin :
Cannot use database rchelp5_forum
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT *
FROM style
WHERE (styleid = 7)
OR styleid = 5
ORDER BY styleid DESC
LIMIT 1;
Almost looks as if mysql connection was broken but why don't I get emails from the other sites they are on the same server? This was at 4 this morning the sql server shows it has been up longer than 4 hours, almost 40 hours actually.
Comment