Getting this error sent to my email on a regular basis:
Database error in vBulletin 4.1.5:
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=11917 AND pm.folderid=inbox
ORDER BY pmtext.dateline DESC
LIMIT 0, 20;
MySQL Error : Unknown column 'inbox' in 'where clause'
Error Number : 1054
Request Date : Friday, December 2nd 2011 @ 11:24:45 PM
Error Date : Friday, December 2nd 2011 @ 11:24:45 PM
Script : http://www.sn95forums.com/mobiquo/mobiquo.php
Referrer :
IP Address : 174.253.214.85
Username : 94svtturbo
Classname : vB_Database
MySQL Version :
Anyone?
Database error in vBulletin 4.1.5:
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=11917 AND pm.folderid=inbox
ORDER BY pmtext.dateline DESC
LIMIT 0, 20;
MySQL Error : Unknown column 'inbox' in 'where clause'
Error Number : 1054
Request Date : Friday, December 2nd 2011 @ 11:24:45 PM
Error Date : Friday, December 2nd 2011 @ 11:24:45 PM
Script : http://www.sn95forums.com/mobiquo/mobiquo.php
Referrer :
IP Address : 174.253.214.85
Username : 94svtturbo
Classname : vB_Database
MySQL Version :
Anyone?
Comment