Forums / Install & configuration / EZP4 install problems
Zotov Vladimir
Monday 03 March 2008 2:31:21 am
I've unzipped archive into my test directory. When I try to install EZ (by running index.php), I have this messages:
Warning: require(autoload.php) [function.require]: failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\test\index.php on line 34
Fatal error: require() [function.require]: Failed opening required 'autoload.php' (include_path='c:\php5\libmysql.dll') in C:\Program Files\Apache Group\Apache2\htdocs\test\index.php on line 34
what should I do to fix this problem?
Kristof Coomans
Monday 03 March 2008 2:45:01 am
Hello Vladimir, welcome to the eZ Community!
Please add the current directory (.) to your PHP include_path. See include_path documentation on the PHP site: http://www.php.net/manual/en/ini.core.php#ini.include-path
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Monday 03 March 2008 3:18:51 am
Kristof!Thank you very much for advice! I've started inllation. But now it is another problem:
Strict Standards: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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/Moscow' for '3.0/no DST' instead in C:\Program Files\Apache Group\Apache2\htdocs\test\lib\ezutils\classes\ezdebug.php on line 879
What about this? Should I change my timezone, or I can ignore it?Vladimir
Monday 03 March 2008 4:29:49 am
This is documented at http://ez.no/doc/ez_publish/technical_manual/4_0/installation/normal_installation/requirements_for_doing_a_normal_installation (search for "PHP timezone")