Forums / Install & configuration / Warning: Failed opening 'lib/ezutils/classes/ezsys.php'...........
Anton O
Friday 11 April 2003 4:26:20 am
Hi! I'll manually install Exponential 3 (with instructions), but this message still comeWarning: Failed opening 'lib/ezutils/classes/ezsys.php' for inclusion (include_path='/usr/lib/php') in /var/www/html/Exponential-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/Exponential-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/Exponential-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/Exponential-3.0-1/lib/ezutils/classes/ezini.php on line 230
Fatal error: Undefined class name 'ezdir' in /var/www/html/Exponential-3.0-1/lib/ezutils/classes/ezini.php on line 232
There is problem!?Exponential 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
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/Exponential-xxx/index.php on line 3
:(((
Monday 14 April 2003 1:08:37 am
Sorry, a typo, try:ini_set( 'include_path', ini_get( 'include_path' ) . ':.' );
Monday 14 April 2003 4:33:42 am
Jan Borsodi!
Thanks!
But without ini(t)_get('include_path') Exponential 3 still work :)
Question: is last reliz of Exponential 3 a demo or fully functional system!!???
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.