Mysql error: Got error 28 from storage engine Why am I getting this error as I have plenty of space on my server.../inc/banners.inc.php' at line 32. hmmm
Mysql error: Got error 28 from storage engine Why am I getting this error as I have plenty of space on my server.../inc/banners.inc.php' at line 32. hmmm Csampson |
Maybe, maybe not. Some filesystems are setup with a separate partition for tmp data such as the servers /tmp folder mounted in it's own partition. And it could be that one that's out of space and not the main partition. https://www.deanbassett.com |
Thanks Deno I was thinking the same thing I am already looking into it as that error is repeating... Grrr... Csampson |
It was the temp files running out of space...Space has been added and a script to delete nightly... Csampson |