• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Error whens etting up physical hosting

V

venomthakid

Guest
Hello when i try to setup physical hosting on an domain i revice this error

Unable to assign variables for PHostingForm: Unable to get hardquota state: dnsmng: Unable to search PTR records for tes123t.com :Can't create/write to file '/tmp/#sql4edb_213_1.MYI' (Errcode: 13)
0: /usr/local/psa/admin/htdocs/domains/hosting/phosting_setup.php:290 psaerror(string "Unable to assign variables for PHostingForm: Unable to get hardquota state: dnsmng: Unable to search PTR records for tes123t.com :Can't create/write to file '/tmp/#sql4edb_213_1.MYI' (Errcode: 13)")

Can somone help me please
 
Error 13 is to do with permissions. I had the same problem and the only thing I could do to fix it was to chmod the /tmp directory.

chmod 777 /tmp

Hope this helps.
 
Back
Top