My OS is XP Pro.

I installed my web folders in c:\web instead of c:\apache\htdocs

My php folder is: > c:/php

In the httpd.conf:
DocumentRoot "/web/myweb"
ScriptAlias /php/ "c:/php/"
   AddType application/x-httpd-php .php
   Action application/x-httpd-php "/php/php.exe"

In my Php.ini:
include_path = "c:/web/myweb/ezp/"

My ez Publish folder is > c:/web/myweb/ezp


Error text in browser is:

Warning: fopen("c:/web/myweb/php/php.exe/ezp/error.log","a") - No such file
or directory in classes/ezfile.php on line 282
Log file could not be opened.

Error:
"/php/php.exe" is inserted unexpectly..

What's wrong with my php?


Reply via email to