Thursday 16 February 2006 6:03:47 am
Hi Dmitry, I encountered the same issue when trying to install eZ publish at home. It's a bug in PHP 4.4.2 that affects file opening functions such as fopen(). There are several PHP bug reports, here's one of them http://bugs.php.net/bug.php?id=36017. eZ publish failed for me when testing for AcceptPathInfo (see Apache error log and access log for clues), but it can fail anywhere fopen() is used. If the Apache logs tell you what it was doing, go to kernel/setup/ezsetuptests.php and search for fopen() in the relevant test. Comment out the fopen() call and make sure the test returns <b>true</b> (at least for now). That should get you going.
Hans
http://blog.hansmelis.be
|