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.

eZ debug

Timing: Jan 20 2025 09:01:13
Script start
Timing: Jan 20 2025 09:01:13
Module start 'layout'
Timing: Jan 20 2025 09:01:13
Module start 'content'
Timing: Jan 20 2025 09:01:13
Module end 'content'
Timing: Jan 20 2025 09:01:13
Script end

Main resources:

Total runtime0.0189 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 589.4063152.6563
Module start 'layout' 0.00640.0028 742.062539.4922
Module start 'content' 0.00920.0074 781.554789.5078
Module end 'content' 0.01660.0023 871.062534.3047
Script end 0.0189  905.3672 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002613.7850140.0002
Check MTime0.00115.8226140.0001
Mysql Total
Database connection0.00105.425810.0010
Mysqli_queries0.002412.526830.0008
Looping result0.00000.211610.0000
Template Total0.00189.610.0018
Template load0.00094.775910.0009
Template processing0.00094.765910.0009
Override
Cache load0.00062.995010.0006
General
dbfile0.00157.825180.0002
String conversion0.00000.037840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs