SQL error when replying to PM's

Stankoma

Yearly Wheeler
Joined
Mar 22, 2005
Location
Wake Forest, NC
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=286 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 @ 09:56:01 PM
Script : http://www.nc4x4.com/forums/private.php
Referrer : http://www.nc4x4.com/forums/private.php
IP Address : 24.211.226.20
Username : Stankoma
Classname : vb_database
 
Back
Top