IIS, ISAPI and PHPBB

IIS, ISAPI and PHPBB

am 16.12.2002 20:57:22 von Christian Bartsch

Hi there,

I got a small problem running PHP4.2.3 under IIS using the ISAPI filter.
Please don´t complain about that, the rest of the site is running in ASP and
I can´t have a spare server at the time.

I know, ISAPI isn´t as stable as the CGI option, but I thought I might give
it a try anyway. As soon as I use the ISAPI, nothing works. The CGI works
fine. I was trying to get PHPBB working, but it does seem to collide with
the ISAPI thing. Does anybody have PHPBB running with IIS and ISAPI for PHP?

Thanks,
Chris



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: IIS, ISAPI and PHPBB

am 16.12.2002 21:42:51 von Sterling Anderson

Works fine for me. You may want to make sure you followed the install
docs to the letter. I forgot to copy one dll to the right directory and
I spent 2 hours trying to figure it out.

-----Original Message-----
From: Christian Bartsch [mailto:cb@digital-movie.de]=20
Sent: Monday, December 16, 2002 1:57 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] IIS, ISAPI and PHPBB


Hi there,

I got a small problem running PHP4.2.3 under IIS using the ISAPI filter.
Please don=B4t complain about that, the rest of the site is running in =
ASP
and I can=B4t have a spare server at the time.

I know, ISAPI isn=B4t as stable as the CGI option, but I thought I might
give it a try anyway. As soon as I use the ISAPI, nothing works. The CGI
works fine. I was trying to get PHPBB working, but it does seem to
collide with the ISAPI thing. Does anybody have PHPBB running with IIS
and ISAPI for PHP?

Thanks,
Chris



--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: IIS, ISAPI and PHPBB

am 16.12.2002 22:06:51 von Christian Bartsch

Well, the funny thing is... it works for the known phpinfo() call, but when
I try to run PHPBB, it even crashes my other ISAPI tasks... here is an
excerpt from the PHP log file, maybe this helps:

[16-Dec-2002 22:01:26] PHP Warning: Failed opening './extension.inc' for
inclusion (include_path='d:\web\digital-movie-phpbb2\;.;c:\php\include s\')
in D:\Web\digital-movie-phpBB2\index.php on line 25
[16-Dec-2002 22:01:26] PHP Notice: Undefined variable: phpEx in
D:\Web\digital-movie-phpBB2\index.php on line 26
[16-Dec-2002 22:01:26] PHP Warning: Failed opening './common.' for
inclusion (include_path='d:\web\digital-movie-phpbb2\;.;c:\php\include s\')
in D:\Web\digital-movie-phpBB2\index.php on line 26
[16-Dec-2002 22:01:26] PHP Fatal error: Call to undefined function:
session_pagestart() in D:\Web\digital-movie-phpBB2\index.php on line 31


It seems like PHP can´t find the includes. But they are there and as you can
see, I even added the path to it... It really can´t be the rights
management - I´ve given access to Everyone with full level access. This is
so strange.


Regards
Chris


"Sterling Anderson" schrieb im Newsbeitrag
news:000001c2a543$b714f0f0$050b000a@gollum...
Works fine for me. You may want to make sure you followed the install
docs to the letter. I forgot to copy one dll to the right directory and
I spent 2 hours trying to figure it out.

-----Original Message-----
From: Christian Bartsch [mailto:cb@digital-movie.de]
Sent: Monday, December 16, 2002 1:57 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] IIS, ISAPI and PHPBB


Hi there,

I got a small problem running PHP4.2.3 under IIS using the ISAPI filter.
Please don´t complain about that, the rest of the site is running in ASP
and I can´t have a spare server at the time.

I know, ISAPI isn´t as stable as the CGI option, but I thought I might
give it a try anyway. As soon as I use the ISAPI, nothing works. The CGI
works fine. I was trying to get PHPBB working, but it does seem to
collide with the ISAPI thing. Does anybody have PHPBB running with IIS
and ISAPI for PHP?

Thanks,
Chris



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: IIS, ISAPI and PHPBB

am 16.12.2002 22:11:54 von Sterling Anderson

This sounds like it may be more of a PHPBB issue. If phpinfo() works
then you have things setup correctly I would think. Try posting to the
PHPBB boards maybe?

-----Original Message-----
From: Christian Bartsch [mailto:cb@digital-movie.de]=20
Sent: Monday, December 16, 2002 3:07 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] IIS, ISAPI and PHPBB


Well, the funny thing is... it works for the known phpinfo() call, but
when I try to run PHPBB, it even crashes my other ISAPI tasks... here is
an excerpt from the PHP log file, maybe this helps:

[16-Dec-2002 22:01:26] PHP Warning: Failed opening './extension.inc'
for inclusion
(include_path=3D'd:\web\digital-movie-phpbb2\;.;c:\php\inclu des\')
in D:\Web\digital-movie-phpBB2\index.php on line 25 [16-Dec-2002
22:01:26] PHP Notice: Undefined variable: phpEx in
D:\Web\digital-movie-phpBB2\index.php on line 26 [16-Dec-2002 22:01:26]
PHP Warning: Failed opening './common.' for inclusion
(include_path=3D'd:\web\digital-movie-phpbb2\;.;c:\php\inclu des\')
in D:\Web\digital-movie-phpBB2\index.php on line 26 [16-Dec-2002
22:01:26] PHP Fatal error: Call to undefined function:
session_pagestart() in D:\Web\digital-movie-phpBB2\index.php on line 31


It seems like PHP can=B4t find the includes. But they are there and as =
you
can see, I even added the path to it... It really can=B4t be the rights
management - I=B4ve given access to Everyone with full level access. =
This
is so strange.


Regards
Chris


"Sterling Anderson" schrieb im Newsbeitrag
news:000001c2a543$b714f0f0$050b000a@gollum...
Works fine for me. You may want to make sure you followed the install
docs to the letter. I forgot to copy one dll to the right directory and
I spent 2 hours trying to figure it out.

-----Original Message-----
From: Christian Bartsch [mailto:cb@digital-movie.de]
Sent: Monday, December 16, 2002 1:57 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] IIS, ISAPI and PHPBB


Hi there,

I got a small problem running PHP4.2.3 under IIS using the ISAPI filter.
Please don=B4t complain about that, the rest of the site is running in =
ASP
and I can=B4t have a spare server at the time.

I know, ISAPI isn=B4t as stable as the CGI option, but I thought I might
give it a try anyway. As soon as I use the ISAPI, nothing works. The CGI
works fine. I was trying to get PHPBB working, but it does seem to
collide with the ISAPI thing. Does anybody have PHPBB running with IIS
and ISAPI for PHP?

Thanks,
Chris



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: IIS, ISAPI and PHPBB

am 16.12.2002 22:16:18 von Christian Bartsch

No, can´t be I guess. Because switching to the CGI version of PHP,
everything is fine (and more slow :))) ).
I´m really done now... :)

Regards
Chris


"Sterling Anderson" schrieb im Newsbeitrag
news:000301c2a547$c5ec8b70$050b000a@gollum...
This sounds like it may be more of a PHPBB issue. If phpinfo() works
then you have things setup correctly I would think. Try posting to the
PHPBB boards maybe?

-----Original Message-----
From: Christian Bartsch [mailto:cb@digital-movie.de]
Sent: Monday, December 16, 2002 3:07 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] IIS, ISAPI and PHPBB


Well, the funny thing is... it works for the known phpinfo() call, but
when I try to run PHPBB, it even crashes my other ISAPI tasks... here is
an excerpt from the PHP log file, maybe this helps:

[16-Dec-2002 22:01:26] PHP Warning: Failed opening './extension.inc'
for inclusion
(include_path='d:\web\digital-movie-phpbb2\;.;c:\php\include s\')
in D:\Web\digital-movie-phpBB2\index.php on line 25 [16-Dec-2002
22:01:26] PHP Notice: Undefined variable: phpEx in
D:\Web\digital-movie-phpBB2\index.php on line 26 [16-Dec-2002 22:01:26]
PHP Warning: Failed opening './common.' for inclusion
(include_path='d:\web\digital-movie-phpbb2\;.;c:\php\include s\')
in D:\Web\digital-movie-phpBB2\index.php on line 26 [16-Dec-2002
22:01:26] PHP Fatal error: Call to undefined function:
session_pagestart() in D:\Web\digital-movie-phpBB2\index.php on line 31


It seems like PHP can´t find the includes. But they are there and as you
can see, I even added the path to it... It really can´t be the rights
management - I´ve given access to Everyone with full level access. This
is so strange.


Regards
Chris


"Sterling Anderson" schrieb im Newsbeitrag
news:000001c2a543$b714f0f0$050b000a@gollum...
Works fine for me. You may want to make sure you followed the install
docs to the letter. I forgot to copy one dll to the right directory and
I spent 2 hours trying to figure it out.

-----Original Message-----
From: Christian Bartsch [mailto:cb@digital-movie.de]
Sent: Monday, December 16, 2002 1:57 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] IIS, ISAPI and PHPBB


Hi there,

I got a small problem running PHP4.2.3 under IIS using the ISAPI filter.
Please don´t complain about that, the rest of the site is running in ASP
and I can´t have a spare server at the time.

I know, ISAPI isn´t as stable as the CGI option, but I thought I might
give it a try anyway. As soon as I use the ISAPI, nothing works. The CGI
works fine. I was trying to get PHPBB working, but it does seem to
collide with the ISAPI thing. Does anybody have PHPBB running with IIS
and ISAPI for PHP?

Thanks,
Chris



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php