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.

eZ debug

Timing: Jan 31 2025 04:13:53
Script start
Timing: Jan 31 2025 04:13:53
Module start 'layout'
Timing: Jan 31 2025 04:13:53
Module start 'content'
Timing: Jan 31 2025 04:13:53
Module end 'content'
Timing: Jan 31 2025 04:13:53
Script end

Main resources:

Total runtime0.0127 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0046 588.1328151.2109
Module start 'layout' 0.00460.0024 739.343836.6484
Module start 'content' 0.00700.0046 775.992290.1719
Module end 'content' 0.01150.0012 866.164133.9922
Script end 0.0127  900.1563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002116.3565140.0001
Check MTime0.00097.3487140.0001
Mysql Total
Database connection0.00075.388610.0007
Mysqli_queries0.002318.311030.0008
Looping result0.00000.078610.0000
Template Total0.00097.110.0009
Template load0.00075.639210.0007
Template processing0.00021.468310.0002
Override
Cache load0.00053.826810.0005
General
dbfile0.00107.672380.0001
String conversion0.00000.052440.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