Warning: Failed opening 'lib/ezutils/classes/ezsys.php'...........

Author Message

Anton O

Friday 11 April 2003 4:26:20 am

Hi!
I'll manually install eZ publish 3 (with instructions), but this message still come
Warning: Failed opening 'lib/ezutils/classes/ezsys.php' for inclusion (include_path='/usr/lib/php') in /var/www/html/ezpublish-3.0-1/lib/ezutils/classes/ezdebug.php on line 83

Warning: Failed opening 'lib/ezutils/classes/ezdebug.php' for inclusion (include_path='/usr/lib/php') in /var/www/html/ezpublish-3.0-1/lib/ezutils/classes/ezdebugsetting.php on line 71

Warning: Failed opening 'lib/ezutils/classes/ezini.php' for inclusion (include_path='/usr/lib/php') in /var/www/html/ezpublish-3.0-1/lib/ezutils/classes/ezdebugsetting.php on line 72

Warning: Failed opening 'lib/ezutils/classes/ezdir.php' for inclusion (include_path='/usr/lib/php') in /var/www/html/ezpublish-3.0-1/lib/ezutils/classes/ezini.php on line 230

Fatal error: Undefined class name 'ezdir' in /var/www/html/ezpublish-3.0-1/lib/ezutils/classes/ezini.php on line 232

There is problem!?
eZ publish 2.2.4 works with out problems...

OS: AltLinux 2.0 (rus)

Sorry for my bad english

Jan Borsodi

Friday 11 April 2003 6:09:43 am

Could you try to edit index.php and put this at the top (after the <?php line)
ini_set( 'include_path', init_get( 'include_path' ) . ':.' );

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Anton O

Sunday 13 April 2003 9:34:40 pm

Jan Borsodi,
fhank you!
But now:

Fatal error: Call to undefined function: init_get() in /var/www/html/ezpublish-xxx/index.php on line 3

:(((

Jan Borsodi

Monday 14 April 2003 1:08:37 am

Sorry, a typo, try:
ini_set( 'include_path', ini_get( 'include_path' ) . ':.' );

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Anton O

Monday 14 April 2003 4:33:42 am

Jan Borsodi!

Thanks!

But without ini(t)_get('include_path') eZ publish 3 still work :)

Question: is last reliz of eZ Publish 3 a demo or fully functional system!!???

Jan Borsodi

Monday 14 April 2003 7:22:41 am

The last release is a fully functional system. We found some bugs after the release so an bugfix release will come in a not so distant future.

The problem that most people have is server setup which a PHP script can't do much to fix. However future releases will have better detection of these errors and give som clues on what to do.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

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 31 2025 01:31:03
Script start
Timing: Jan 31 2025 01:31:03
Module start 'layout'
Timing: Jan 31 2025 01:31:03
Module start 'content'
Timing: Jan 31 2025 01:31:03
Module end 'content'
Timing: Jan 31 2025 01:31:03
Script end

Main resources:

Total runtime0.0233 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0061 588.3828151.2422
Module start 'layout' 0.00610.0037 739.6250220.7500
Module start 'content' 0.00980.0118 960.37501,001.8984
Module end 'content' 0.02160.0016 1,962.273437.9922
Script end 0.0233  2,000.2656 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002611.1616140.0002
Check MTime0.00114.5954140.0001
Mysql Total
Database connection0.00145.854010.0014
Mysqli_queries0.002711.471630.0009
Looping result0.00000.043010.0000
Template Total0.00125.210.0012
Template load0.00093.811610.0009
Template processing0.00031.351710.0003
Override
Cache load0.00062.578610.0006
General
dbfile0.00031.101080.0000
String conversion0.00000.029740.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