Many Errors occured when calling the index

Author Message

Oli K

Monday 03 October 2005 12:49:06 am

Hello,

I tryed to install ezpublish 3.6.2 on my system but I failed because of the following messages:

Warning: main(lib/ezutils/classes/ezsys.php): failed to open stream: No such file or directory in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezdebug.php on line 84

Warning: main(): Failed opening 'lib/ezutils/classes/ezsys.php' for inclusion (include_path='c:\programme\php\includes') in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezdebug.php on line 84

Warning: main(lib/ezutils/classes/ezdebug.php): failed to open stream: No such file or directory in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezini.php on line 76

Warning: main(): Failed opening 'lib/ezutils/classes/ezdebug.php' for inclusion (include_path='c:\programme\php\includes') in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezini.php on line 76

Warning: main(lib/ezutils/classes/ezdebug.php): failed to open stream: No such file or directory in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezdebugsetting.php on line 72

Warning: main(): Failed opening 'lib/ezutils/classes/ezdebug.php' for inclusion (include_path='c:\programme\php\includes') in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezdebugsetting.php on line 72

Warning: main(lib/ezutils/classes/ezini.php): failed to open stream: No such file or directory in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezdebugsetting.php on line 73

Warning: main(): Failed opening 'lib/ezutils/classes/ezini.php' for inclusion (include_path='c:\programme\php\includes') in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezdebugsetting.php on line 73

Warning: findinputfiles(lib/ezfile/classes/ezdir.php): failed to open stream: No such file or directory in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezini.php on line 275

Warning: findinputfiles(): Failed opening 'lib/ezfile/classes/ezdir.php' for inclusion (include_path='c:\programme\php\includes') in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezini.php on line 275

Fatal error: Undefined class name 'ezdir' in c:\programme\apache\apache\htdocs\ezpublish-3.6.2\lib\ezutils\classes\ezini.php on line 278
Some ideas what I did wrong?

Thx Oli

Ɓukasz Serwatka

Monday 03 October 2005 11:55:22 pm

Hi Oli,

Your include path contains only "c:\programme\php\includes". It is missing the current directory ".". Thus PHP is not looking in the current directory for the file to be included.

Find the line for the include path in your php.ini and change it to:

include_path = ".;c:\programme\php\includes" 

i.e. put the current directory in the include path list (notice the "." for the "current directory, and the ";" as a separator of the directories in the list).

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.