When trying to access any PM mailbox, im receiving the following database error.
Any idea about what's going on?
Between yesterday (that the community was 100% functional) and today that im starting to recive this db error, i havent touched anything on the server, not installed a hack or done anything.
thanks for the help.
Database error in vBulletin 3.6.0:
Invalid SQL:
SELECT pm.*, pmtext.*
, icon.title AS icontitle, icon.iconpath
FROM pm AS pm
LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid=30 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 50;
MySQL Error : Got error 28 from table handler
Error Number : 1030
Date : Friday, October 6th 2006 @ 05:58:38 PM
Script : http://www.xxx.com/foros/private.php
Referrer :
IP Address : 201.117.194.121
Username : calcocer
Classname : vb_database
Invalid SQL:
SELECT pm.*, pmtext.*
, icon.title AS icontitle, icon.iconpath
FROM pm AS pm
LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid=30 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 50;
MySQL Error : Got error 28 from table handler
Error Number : 1030
Date : Friday, October 6th 2006 @ 05:58:38 PM
Script : http://www.xxx.com/foros/private.php
Referrer :
IP Address : 201.117.194.121
Username : calcocer
Classname : vb_database
Between yesterday (that the community was 100% functional) and today that im starting to recive this db error, i havent touched anything on the server, not installed a hack or done anything.
thanks for the help.
Comment