• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Error logging in Can't create/write to file '/tmp/

Ben Khoud Mohsen

New Pleskian
When logging in to Panel I get the following error:
ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_7515_0.MYI' (Errcode: 28) (Pdo.php:234)

I cannot login via FTP. The /tmp directory is chmod 1777 and have about 16gb a space left on the VPS.

Filesystem Size Used Avail Use% Mounted on
/dev/vda1 50G 31G 16G 66% /
tmpfs 5.7G 8.0K 5.7G 1% /dev/shm

Please help me
 
Check that you have not lack of free inodes with

# df -hi
 
Back
Top