I am recieving this error, which just all of the sudden started happening:
Database Error: Got error 28 from table handler
File: /export/webroot/www/board/Sources/BoardIndex.php
Line: 151
It's really odd.
It happens when I try to list the board index.
Please help me out!
Error 28 is no disk space left. Check your sites not over quota if not contact your host as their disk may be full
Oh now THAT does ring a bell! Admin kept complaining about the disks running out of space! Thanks ! good call. much likely the problem.
Could something else cause this?
Nope out of disk space is the only thing that causes this error.
http://www.simplemachines.org/community/index.php?topic=2486 ;).
Yeah, 28 means SPECIFICALLY disk space. Happens a lot with craptacular linux partitioning.
-[Unknown]
So there is nothing else other than disk space that can cause this error?
What about a corrupt table? is that possible?
QuoteD:\Program Files\MySQL\bin>perror 28
Error code 28: No space left on device
Nothing else to it. Probably means your data in on a separate partition, and is full.
-[Unknown]
I was getting this error and I know I have plenty of space. Like 25 Gb's to be exact. It doesn't happen all the time, but about every 30 posts, it will show up. It started when I updated the forums four days ago. So what else besides "out of space" would cause this?
Database Error: Got error 28 from table handler
File: /home/pugstories/public_html/forums/Sources/BoardIndex.php
Line: 82
/var is under 50% so even the partition is okay (for now).
As was already said, there is no other cause besides being out of space. Just because you have 25GB doesn't mean that 25GB can be used by your partition. Chances are the partition that your mysql data is being stored in is full.
i have had this problem
and if the space is not full
then they have a TEMP folder that should auto empty, but is not that reliable, if this is full, then you need to contact your host and ask them to manually empty the Temp sql temp file
hope this helps someone, (i found out the hard way)
Yoda