• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Folder permissions - Joomla installer

Aerobaticrug

New Pleskian
Ok, new to Plesk, trying to move from ispconfig to something thats a bit less headache!

So I have Plesk 12 running on Centos 6 64bit in a VPS. I figured out how to upgrade PHP and now I have installed my first website. The website is joomla based but I am getting the below error when installing components:
Warning
Copy failed.

JInstaller: :Install: Failed to copy file /var/www/vhosts/virtual-sim-racing.com/httpdocs/home/tmp/install_55081e65af5fe/pkg_kunena.xml to /var/www/vhosts/virtual-sim-racing.com/httpdocs/home/administrator/manifests/packages/pkg_kunena.xml

Package Install: Could not copy setup file.

This suggest to me a permissions issue - but I have no idea what to do with it. I have checked all of the relevant Joomla folder permissions and they are all showing as writeable, so it looks like something outside of that?

Any help appreciated, don't want to have to stick with ispconfig much longer :(
 
Change your PHP settings to run it as CGI or FastCGI as opposed to the default Apache module. This should resolve those permission problems you are facing!
 
In that case, please confirm the group and ownership of those folders (/var/www/vhosts/domain.com/httpdocs)
 
May be it's a guanine permissions error.
Also, just be sure your files are in the /home/ folder (in httpdocs) as I see your path. You could try setting write permissions to the destination folders ..
 
Back
Top