dalydesign
Basic Pleskian
I installed Magento via plesk control panel into a folder called /beta whilst we were building a new magento site from scratch
Once completed, we moved the magento files from /beta to the root folder of the domain (/home/vhosts/mydomain.com/httpdocs) .
Now when we use plesk to change the preferred domain from mydomain.com to www.mydomain.com we receive a load of errors:
I assume it's looking for the files in /beta.
I can move them back, but how do we move them into the root without it messing up the hosting control panel.
Once completed, we moved the magento files from /beta to the root folder of the domain (/home/vhosts/mydomain.com/httpdocs) .
Now when we use plesk to change the preferred domain from mydomain.com to www.mydomain.com we receive a load of errors:
Code:
Warning: Unable to configure "". The following problems were found: Non-zero exit status returned by script. Output stream: 'PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/London' for 'BST/1.0/DST' instead in /usr/local/psa/var/apspackages/1c3a3014-04b2-4cfe-94fa-b3847d615901/cache/scripts/env-parser.php on line 230 PHP Warning: fopen(/var/www/vhosts/earplugged.co.uk/httpdocs/beta//app/etc/local.xml): failed to open stream: No such file or directory in /usr/local/psa/var/apspackages/1c3a3014-04b2-4cfe-94fa-b3847d615901/cache/scripts/file-util.php on line 15 '. Error stream: 'PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/London' for 'BST/1.0/DST' instead in /usr/local/psa/var/apspackages/1c3a3014-04b2-4cfe-94fa-b3847d615901/cache/scripts/env-parser.php on line 230 PHP Warning: fopen(/var/www/vhosts/earplugged.co.uk/httpdocs/beta//app/etc/local.xml): failed to open stream: No such file or directory in /usr/local/psa/var/apspackages/1c3a3014-04b2-4cfe-94fa-b3847d615901/cache/scripts/file-util.php on line 15 '.
I assume it's looking for the files in /beta.
I can move them back, but how do we move them into the root without it messing up the hosting control panel.