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

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

Friday 11 April 2003 4:26:20 am - 5 replies

Author Message

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

You must be logged in to post messages in this topic!

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