• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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