• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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