Saturday 08 March 2008 12:03:27 am
When I try to install Ez to a server, I have this finetune message: System check There are some important issues that have to be resolved. A list of issues / problems is presented below. Each section contains a description and a suggested / recommended solution. Once the problems / issues are fixed, you may click the Next button to continue. The system check will be run again. If everything is okay, the setup will go to the next stage. If there are problems, the system check page will reappear. Some issues may be ignored by checking the Ignore this test checkbox(es); however, this is not recommended.
It is also possible to do some finetuning of your system, click Finetune instead Next if you want to see the finetuning hints.
Issues1. Insufficient directory permissions Insufficient directory permissions
eZ Publish cannot write to some important directories, without this the setup cannot finish and parts of eZ Publish will fail. The affected directories are: design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/cache/codepages var/cache/content var/cache/ini var/cache/override var/cache/template var/cache/template/process var/cache/template/tree var/cache/texttoimage var/cache/translation var/log var/storage var/storage/original var/storage/reference var/storage/variations
eZ Publish could not detect the user and group of the web server. If you know the user and group of the web server it is recommended to change the ownership of the files to match this user and group. To do this you need to change the chown commands under Alternative shell commands. Shell commands
These shell commands will give proper permission to the web server.
cd /usr/local/www/vhosts/geo.ru/subdomains/test98u15/httpdocs
chmod -R a+rwx design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/cache/codepages var/cache/content var/cache/ini var/cache/override var/cache/template var/cache/template/process var/cache/template/tree var/cache/texttoimage var/cache/translation var/log var/storage var/storage/original var/storage/reference var/storage/variations Alternative shell commands
These commands will setup the permission more correctly, but require knowledge about the running web server.
chmod -R og+rwx design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/cache/codepages var/cache/content var/cache/ini var/cache/override var/cache/template var/cache/template/process var/cache/template/tree var/cache/texttoimage var/cache/translation var/log var/storage var/storage/original var/storage/reference var/storage/variations chown -R nouser:nouser design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/cache/codepages var/cache/content var/cache/ini var/cache/override var/cache/template var/cache/template/process var/cache/template/tree var/cache/texttoimage var/cache/translation var/log var/storage var/storage/original var/storage/reference var/storage/variations How can a I fix it?
|