Forums / Install & configuration / 3.4.2 - New install help - error re: acceptpathinfo. (apache 2.0.46, php 4.x.x, winxp)

3.4.2 - New install help - error re: acceptpathinfo. (apache 2.0.46, php 4.x.x, winxp)

Author Message

Dan Myers

Monday 25 October 2004 10:51:06 am

Hi, having problems installing Ez publish 3.4.2 on my windows system. I am ruuning apache 2.0.46, php 4, and winxp pro. This is a local system i use for development. Tried many solutions, but no dice yet. I appreciate any tips!

Thanks!!

Steve

Ɓukasz Serwatka

Monday 25 October 2004 12:00:49 pm

Here is the answer
http://ez.no/ez_publish/documentation/configuration/troubleshooting/ez_publish_3_and_apache_2

php 4.x.x this is a useless information. Are you using php 4.0.0 or 4.3.9 ?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Dan Myers

Monday 25 October 2004 8:25:54 pm

Well I added it to the htaccess_root file. i added
<Files ".">
AcceptPathInfo On
</Files>

and it did not work. Not sure this is right though.

I am running php 4.3.6

Below is info from phpinfo:

System Windows NT DAN 5.1 build 2600
Build Date Apr 14 2004 17:17:11
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\WINDOWS\php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety enabled
Registered PHP Streams php, http, ftp, compress.zlib

I went through the install wizard again and i still got the error. so went through the install anyway, and i get these errors:

Warning: main(lib/ezutils/classes/ezsys.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\ezpdan\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:\Program Files\Apache Group\Apache2\htdocs\ezpdan\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:\Program Files\Apache Group\Apache2\htdocs\ezpdan\lib\ezutils\classes\ezdebugsetting.php on line 72

Warning: main(): Failed opening 'lib/ezutils/classes/ezdebug.php' for inclusion (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\ezpdan\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 C:\Program Files\Apache Group\Apache2\htdocs\ezpdan\lib\ezutils\classes\ezdebugsetting.php on line 73

Warning: main(): Failed opening 'lib/ezutils/classes/ezini.php' for inclusion (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\ezpdan\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 C:\Program Files\Apache Group\Apache2\htdocs\ezpdan\lib\ezutils\classes\ezini.php on line 271

Warning: findinputfiles(): Failed opening 'lib/ezfile/classes/ezdir.php' for inclusion (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\ezpdan\lib\ezutils\classes\ezini.php on line 271

Fatal error: Undefined class name 'ezdir' in C:\Program Files\Apache Group\Apache2\htdocs\ezpdan\lib\ezutils\classes\ezini.php on line 274

-------------------------

Back to the drawing board i guess.

Dan Myers

Thursday 28 October 2004 6:20:17 pm

anyone help out? i am not getting anywhere with this. thanks!

Frederik Holljen

Friday 29 October 2004 12:48:08 am

Could you please try with apache 1.3.x? Apache 2 is not supported.

Gregory Woolf

Monday 01 November 2004 12:58:17 pm

I am running Apache/1.3.31 (Win32) and PHP Version 4.3.9 on a WindowsXP box and I cant' get to the news_admin portion of my news site. I tried AcceptPathInfo On but it appears that this directive is only for Apache2. My Server API says CGI/FastCGI so I am wondering if I need to set up ezpublish for CGI/PHP?

Confused NOOBIE