Hi,
when trying to create a new slave site, I get a list of errors like the following:
Error
Unable to create the symbolic link [folder] -> [/var/www/host/master.com/httpdocs/folder].
The list of errors continues with every folder in httpdocs directory.
Website details:
- Joomla master site: www.master.com, located at master.com/httpdocs
- Slave site folder www.master.com/slave, located at master.com/httpdocs/slave
- MultiSite has created the deploy folder and the files and folders inside
- MultiSite has populated the new database
- Plesk Panel platform
- Symbolic Links are allowed
- suPHP installed
- all patches are installed
- FTP layer enabled
When visiting the url
www.master.com/slave/index.php - there is just a blank page.
The index.php created by MultiSite, from the slave site folder, begins with these lines:
// Don't use a Symbolic Link because that crash the website.
// Just include the original file to redirect the processing.
//include( '/var/www/host/master.com/httpdocs/index.php');
// Evaluate the original include file to redirect to keep the __FILE__ value.
Would you have any suggestions on what am I missing?