Database error in vBulletin 3.5.3:
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=1 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 50;
MySQL Error : Got error 28 from table handler
Error Number : 1030
Date : Monday, January 30th 2006 @ 04:59:05 PM
Script :
http://mydomain.net/private.php
Referrer :
http://mydomain.net/showthread.php?p=17236&posted=1
IP Address : removed
Username : Danny
Classname : vb_database
Thanks