Forums / Install & configuration / Installation problém

Installation problém

Author Message

amine haj

Wednesday 08 October 2008 7:27:34 am

hi
i have a erreur of installation and i have this screen:
please help me.

"
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.

Issues
1. 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/storage autoload

Shell commands
These shell commands will give proper permission to the web server.

cd /home/tbradion/public_html/creative
chmod -R ug+rwx design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storage autoload
chown -R nobody:nobody design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storage autoloadAlternative shell commands
If you don't have permissions to change the ownership you can try these commands.

cd /home/tbradion/public_html/creative
chmod -R a+rwx design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storage autoloadMissed some directories
eZ Publish cannot create some important directories, without this the setup cannot finish and parts of eZ Publish will fail.
The nonexistent directories are: 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/original var/storage/reference var/storage/variations

You can try the following shell commands to create necessary directories:

cd /home/tbradion/public_html/creative
mkdir -p 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/original \var/storage/reference \var/storage/variations
Ignore this test

2. Time zone configuration
You are using the default time zone, UTC. It is important that you set your time zone to make sure date and time is handled correctly. To do this, set the date.timezone setting in php.ini.

Example php.ini configuration:

date.timezone = "Europe/Oslo"For a list of valid time zones see the List of Supported Time zones in the PHP documentation.

Alternatively, if you do not have access to modify php.ini, you can change the time zone in config.php. Time zone set in config.php will override the php.ini time zone setting.

Example config.php configuration:

<?php date_default_timezone_set( "Europe/Oslo" ); ?>If you want to keep UTC as your time zone, check Ignore this test below to proceed.

Ignore this test
"