• 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.

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