I can't go to my PM's at all. It keeps giving me an error message. Anyone else having this problem? So............if you sent a PM in the past 24 hours, I haven't read it. I'm not ignoring you (Renda).
The message:
Database error in vBulletin 3.7.4:
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=3 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 20;