Server Error Mysqli statement execute error : Got error 28 from storage engine

Kane Hart

Active member
Code:
    Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
    Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
    Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 218
    XenForo_Model->fetchAllKeyed() in XenForo/Model/Conversation.php at line 100
    XenForo_Model_Conversation->getConversationRecipients() in XenForo/ControllerPublic/Conversation.php at line 107
    XenForo_ControllerPublic_Conversation->actionView() in XenForo/FrontController.php at line 310
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
    XenForo_FrontController->run() in /home/godcraft/domains/godcraft.com/public_html/index.php at line 17
 
That error means the server is out of storage space. Contact your host to have them free up or allocate more space.
It's my server haha damn lol. Should not be out of space at all...

Code:
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda5              2030736    459796   1466120  24% /
/dev/sda8            904861916  70381316 787774828   9% /home
/dev/sda3             10154020   2241308   7388592  24% /usr
/dev/sda2             10154020   3237692   6392208  34% /var
/dev/sda1               101086     32509     63358  34% /boot
/dev/sda6              1019208    975796         0 100% /tmp
tmpfs                  8187948         0   8187948   0% /dev/shm
none                   6291456   4531472   1759984  73% /home/godcraft/ramdisk
none                   6291456   4531472   1759984  73% /home/godcraft/ramdisk
 
Thanks, That did it. I have never experienced a issue with tmp before being full. I thought that was just is taking 100% but not really using a 100% heh.
 
Pretty sure mysql uses swap space in /tmp by default, on my server I redid some of the folders for mysql and put it on it's own mount point hehe.
 
Top Bottom