| Thursday 10 April 2008 1:12:46 pm 
                                                                
                                                                 I have apply this script: #!/bin/sh 
chmod -R ug+rwx design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storagechown -R apache:apache design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storage
 
chmod -R ug+rwx 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/variationschown -R apache:apache 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
 
chmod -R ug+rwx autoloadchown -R apache:apache autoload
 the result is these error messages : Warning: require(autoload/ezp_kernel.php) [function.require]: failed to open stream: No such file or directory in /var/www/vhosts/jardibois.eu/httpdocs/autoload.php on line 34 Warning: require(autoload/ezp_kernel.php) [function.require]: failed to open stream: No such file or directory in /var/www/vhosts/jardibois.eu/httpdocs/autoload.php on line 34 Fatal error: require() [function.require]: Failed opening required 'autoload/ezp_kernel.php' (include_path='.:') in /var/www/vhosts/jardibois.eu/httpdocs/autoload.php on line 34 
	What's the problem?
 |