Forums / Install & configuration / Install errors on WIMP install, trying to modify php.ini

Install errors on WIMP install, trying to modify php.ini

Author Message

ben m

Tuesday 06 April 2004 10:28:27 pm

Hi, I'm working on a WIMP install. Php is working fine, but I'm experiencing that problem where localhost/design/index.php works, but localhost/design/index.php/param gives me these errors:

**************************************************************************
Warning: main(lib\ezutils\classes\ezsys.php): failed to open stream: No such file or directory in C:\cms\design\lib\ezutils\classes\ezdebug.php on line 84

Warning: main(): Failed opening 'lib\ezutils\classes\ezsys.php' for inclusion (include_path='.;c:\php4\pear') in C:\cms\design\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 C:\cms\design\lib\ezutils\classes\ezdebugsetting.php on line 71

Warning: main(): Failed opening 'lib/ezutils/classes/ezdebug.php' for inclusion (include_path='.;c:\php4\pear') in C:\cms\design\lib\ezutils\classes\ezdebugsetting.php on line 71

Warning: main(lib/ezutils/classes/ezini.php): failed to open stream: No such file or directory in C:\cms\design\lib\ezutils\classes\ezdebugsetting.php on line 72

Warning: main(): Failed opening 'lib/ezutils/classes/ezini.php' for inclusion (include_path='.;c:\php4\pear') in C:\cms\design\lib\ezutils\classes\ezdebugsetting.php on line 72

Warning: findinputfiles(lib/ezutils/classes/ezdir.php): failed to open stream: No such file or directory in C:\cms\design\lib\ezutils\classes\ezini.php on line 269

Warning: findinputfiles(): Failed opening 'lib/ezutils/classes/ezdir.php' for inclusion (include_path='.;c:\php4\pear') in C:\cms\design\lib\ezutils\classes\ezini.php on line 269

Fatal error: Undefined class name 'ezdir' in C:\cms\design\lib\ezutils\classes\ezini.php on line 272
**************************************************************************

I've modified my php.ini in c:\WINDOWS, but even after I restarted IIS the effects are not taking place. For example, I changed the include path from c:\php4\pear to include my ez directories. Am I on the wrong track? I've read all the posts and docs repeatedly. I replaced the design name with 'design' in the paths.

Specs: Win2003, IIS 6
I appreciate your feedback. Ben

ben m

Tuesday 06 April 2004 10:37:08 pm

Sorry, meant to add that this is a 3.4 install

Lazaro Ferreira

Monday 12 April 2004 9:17:32 am

Hi,

Probably you can solve this problem adding your EZP Setup base path to your php.ini configuration file, you will need to change

include_path='.;c:\php4\pear'

to

include_path='.;c:\php4\pear;your_ezp_base_path'

 

For instance if your EZP setup is at

"c:\cms"

then your include_path will be :

include_path='.;c:\php4\pear;c:\cms'

You may need to restart apache, in order to complete the changes

Lazaro
http://www.mzbusiness.com