• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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