Database error in vBulletin 3.0.7:
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: Can't create/write to file '/tmp/mysql/#sql_189f_0.MYI' (Errcode: 2)
mysql error number: 1
Date: Wednesday 06th of April 2005 02:55:30 AM
Script: http://www.eliteneo.com/private.php?
Referer: http://www.eliteneo.com/
Username: Kyle
IP Address: Removed
When ever somebody goe's to /private.php? they get that error.
What is wrong?
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: Can't create/write to file '/tmp/mysql/#sql_189f_0.MYI' (Errcode: 2)
mysql error number: 1
Date: Wednesday 06th of April 2005 02:55:30 AM
Script: http://www.eliteneo.com/private.php?
Referer: http://www.eliteneo.com/
Username: Kyle
IP Address: Removed
When ever somebody goe's to /private.php? they get that error.
What is wrong?
Comment