Hello,
I'm having a database problem when clicking on Private Messages...Here is what it says:
Database error in vBulletin 3.0.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=319 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 25
mysql error: Can't create/write to file '/var/tmp/#sql6ec6_b6e_1.MYI' (Errcode: 2)
mysql error number: 1
Date: Wednesday 06th of April 2005 05:35:20 PM
Script: http://www.beachofstone.com/forums/private.php?
Referer: http://www.beachofstone.com/forums/index.php
Username: #########
IP Address: ##.###.###.###
Can you please advise me on what needs to be done?
Thanks,
Lane
I'm having a database problem when clicking on Private Messages...Here is what it says:
Database error in vBulletin 3.0.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=319 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 25
mysql error: Can't create/write to file '/var/tmp/#sql6ec6_b6e_1.MYI' (Errcode: 2)
mysql error number: 1
Date: Wednesday 06th of April 2005 05:35:20 PM
Script: http://www.beachofstone.com/forums/private.php?
Referer: http://www.beachofstone.com/forums/index.php
Username: #########
IP Address: ##.###.###.###
Can you please advise me on what needs to be done?
Thanks,
Lane
Comment