Problem to install

Author Message

klaus schaefers

Wednesday 13 October 2004 4:26:50 am

Hi,
im an absolutly newby on ezpublish. I try to install EZ manualy because a well running apache/php/mysql System is installed on my WinXP Notebook. After setup the site.ini and preparing the mysql-database i've got a lot of warnings (see below) wenn i call index.php.
I have debuged the index.php and figured out, that anything with the path must be wrong. My anyone have an idea. Thanks Klaus

Warning: main(lib/ezutils/classes/ezsys.php): failed to open stream: No such file or directory in d:\web_projekte\ezpublish-3.4.2\lib\ezutils\classes\ezdebug.php on line 84
Warning: main(): Failed opening 'lib/ezutils/classes/ezsys.php' for inclusion (include_path='C:/Program Files/NuSphere/apache/php/PEAR') in d:\web_projekte\ezpublish-3.4.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 d:\web_projekte\ezpublish-3.4.2\lib\ezutils\classes\ezdebugsetting.php on line 72
Warning: main(): Failed opening 'lib/ezutils/classes/ezdebug.php' for inclusion (include_path='C:/Program Files/NuSphere/apache/php/PEAR') in d:\web_projekte\ezpublish-3.4.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 d:\web_projekte\ezpublish-3.4.2\lib\ezutils\classes\ezdebugsetting.php on line 73
Warning: main(): Failed opening 'lib/ezutils/classes/ezini.php' for inclusion (include_path='C:/Program Files/NuSphere/apache/php/PEAR') in d:\web_projekte\ezpublish-3.4.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 d:\web_projekte\ezpublish-3.4.2\lib\ezutils\classes\ezini.php on line 271
Warning: findinputfiles(): Failed opening 'lib/ezfile/classes/ezdir.php' for inclusion (include_path='C:/Program Files/NuSphere/apache/php/PEAR') in d:\web_projekte\ezpublish-3.4.2\lib\ezutils\classes\ezini.php on line 271
Fatal error: Undefined class name 'ezdir' in d:\web_projekte\ezpublish-3.4.2\lib\ezutils\classes\ezini.php on line 274

Lazaro Ferreira

Wednesday 13 October 2004 12:14:57 pm

Hi,

go to your

php.ini

(search for this file if you don't know where to find it)

and change the include_path setting to :

include_path='C:/Program Files/NuSphere/apache/php/PEAR;d:\web_projekte\ezpublish-3.4.2\'

another option is

include_path='.;C:/Program Files/NuSphere/apache/php/PEAR'

the second option will function for any further EZP setup on the same machine

Lazaro
http://www.mzbusiness.com

klaus schaefers

Thursday 14 October 2004 3:46:06 am

Thanks for your help - it works fine. The next steps will be "try and error" or "rtfm".

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