• 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

Application Vault Error: proc_close failed

J

jharrell

Guest
Well, I've almost finished my application Vault. As always, it installs via RPM flawlessly, and the app can be added/reconfigured/deleted from domains. All that remains is the "upload" to the application vault.

After waiting for the upload to complete, the following error message is displayed:

Unable to install this site application package:
proc_close failed.


Any suggestions?
Thanks,
james
 
I got the same thing today for one of my Plesk domains. I quickly discovered it was a domain where I had done some manual modifications of the the permissions of the httpdocs directories.

To fix, I had to update the permissions.

chmod -R user:group /home/httpdocs/vhosts/domain.tld/httpdocs

Regards,
Billy-

P.S. The permissions on the httpdocs directory is 750.
 
Back
Top