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.