Log in

View Full Version : SQL Database Error?


magicman17
04-02-2009, 08:03 PM
All members keep getting this on my forum when trying to click on their Private Messages

Database error
The Cards Down Under database has encountered a problem.
Please try the following:

* Load the page again by clicking the Refresh button in your web browser.
* Open the www.cardsdownunder.net.au home page, then try to open another page.
* Click the Back button to try another link.

The www.cardsdownunder.net.au forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.
Database error in vBulletin 3.7.1: 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 : Got error 28 from storage engine Error Number : 1030 Request Date : Friday, April 3rd 2009 @ 07:01:45 AM Error Date : Friday, April 3rd 2009 @ 07:01:45 AM Script : http://www.cardsdownunder.net.au/private.php Referrer : http://www.cardsdownunder.net.au/ IP Address : 124.180.147.236 Username : Magicman Classname : vB_Database MySQL Version : 5.0.67-community-log

Database error in vBulletin 3.7.1:

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 : Got error 28 from storage engine
Error Number : 1030
Request Date : Friday, April 3rd 2009 @ 07:01:45 AM
Error Date : Friday, April 3rd 2009 @ 07:01:45 AM
Script : http://www.cardsdownunder.net.au/private.php
Referrer : http://www.cardsdownunder.net.au/
IP Address : 124.180.147.236
Username : Magicman
Classname : vB_Database
MySQL Version : 5.0.67-community-log

Anyone know what/how to fix this?

Lynne
04-02-2009, 08:10 PM
Error code 28: No space left on device -
One or more partitions on your server is out of space or doesn't have enough space to complete this operation. You need to shutdown your forums and contact your host immediately. You or your host will need to find out which partition is low on disk space and either add more space or free up some.
http://www.mysql.com/news-and-events/newsletter/2003-10/a0000000249.html