Re: [PHP] 404 error - DLL files needed ??

2005-07-14 Thread Kristen G. Thorson
In the extension manager for the site/directory where this is not 
working, make sure the check box Verify file exists is not checked.  I 
think I ran into a similar problem with a different extension and had 
the same issue.




kgt




Grosz, Steve (IPG IT) wrote:


Tjoekbezoer,

I can tell you that it is there, because I manually added it, and it is
set to 'allowed'.

Steve

-Original Message-
From: Tjoekbezoer van Damme [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 3:52 PM

To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - DLL files needed ??

On 7/13/05, Grosz, Steve (IPG IT) [EMAIL PROTECTED] wrote:
 


I tried that, renamed a txt file to .php, but when I try to get the
   


.php file, I just get a 404 error.

Grosz, this might very well be your webserver invoking. By default, IIS
6.0 all webserver extensions (like PHP). To check if your server still
does, open up your IIS manager
(Start-Run-'c:\windows\system32\inetsrv\iis.msc') Then browse to Web
Service Extensions on the left. If you did install PHP correctly you
should see PHP appearing in the list on the right. Set it to 'Allowed'.
Now try requesting the page via your browser again.


Good luck!

Tjoekbezoer

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

 



RE: [PHP] 404 error - DLL files needed ??

2005-07-14 Thread Grosz, Steve (IPG IT)
I pretty sure that it isn't checked, but I'll double check
againanything else?  I can't imagine that it should be this
difficult to get PHP running.

Steve 

-Original Message-
From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 14, 2005 7:09 AM
Cc: php-general@lists.php.net
Subject: Re: [PHP] 404 error - DLL files needed ??

In the extension manager for the site/directory where this is not
working, make sure the check box Verify file exists is not checked.  I
think I ran into a similar problem with a different extension and had
the same issue.



kgt




Grosz, Steve (IPG IT) wrote:

 Tjoekbezoer,

I can tell you that it is there, because I manually added it, and it is

set to 'allowed'.

Steve

-Original Message-
From: Tjoekbezoer van Damme [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 3:52 PM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - DLL files needed ??

On 7/13/05, Grosz, Steve (IPG IT) [EMAIL PROTECTED] wrote:
  

I tried that, renamed a txt file to .php, but when I try to get the


.php file, I just get a 404 error.

Grosz, this might very well be your webserver invoking. By default, IIS

6.0 all webserver extensions (like PHP). To check if your server still 
does, open up your IIS manager
(Start-Run-'c:\windows\system32\inetsrv\iis.msc') Then browse to Web 
Service Extensions on the left. If you did install PHP correctly you 
should see PHP appearing in the list on the right. Set it to 'Allowed'.
Now try requesting the page via your browser again.


Good luck!

Tjoekbezoer

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

  


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



[PHP] 404 error - DLL files needed ??

2005-07-13 Thread Grosz, Steve (IPG IT)
In installing PHP4 on Win2003/IIS 6, I have noticed that only 1 dll file
is used on the ISAPI install.
 
What is the php4ts.dll file used for?  And do I need to add it into my
ISAPI area within IIS or just use the php4isapi.dll file...
 
Steve


Re: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread Mikey

Grosz, Steve (IPG IT) wrote:


In installing PHP4 on Win2003/IIS 6, I have noticed that only 1 dll file
is used on the ISAPI install.

What is the php4ts.dll file used for?  And do I need to add it into my
ISAPI area within IIS or just use the php4isapi.dll file...

Steve

 

Well, as per the installation instructions, that dll needs to be in your 
system path - system32 is the best place for it.


hth,

Mikey

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



RE: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread Grosz, Steve (IPG IT)
I'm afraid it didn't help.  I know the php4ts.dll need to be in the
path, and the instructions say that if that file is in the /php
directory, and there is a Path to that directory, all should be fine.

I'm curious if within IIS I use  php4isapi.dll for my extension and
ISAPI filter.

-Original Message-
From: Mikey [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 1:38 PM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - DLL files needed ??

Grosz, Steve (IPG IT) wrote:

In installing PHP4 on Win2003/IIS 6, I have noticed that only 1 dll 
file is used on the ISAPI install.
 
What is the php4ts.dll file used for?  And do I need to add it into my 
ISAPI area within IIS or just use the php4isapi.dll file...
 
Steve

  

Well, as per the installation instructions, that dll needs to be in your
system path - system32 is the best place for it.

hth,

Mikey

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

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



Re: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread glumtail
Dear Steve:
 php4ts.dll is needed by php4isapi.dll.
if you can visit your pages in wwwroot folder, just try to rename that page 
to php extension.
e.g: rename postinfo.html to postinfo.php
 C:\PHP
│ install.txt
│ license.txt
│ magic.mime
│ news.txt
│ php-cli.exe
│ php.exe
│ php.gif
│ php.ini
│ php.ini-dist
│ php.ini-recommended
│ php4embed.lib
│ php4isapi.dll
│ php4ts.dll
│ php4ts.lib
│ 
├─dlls
│ 
├─extensions
│ 
├─mibs
│ 
├─openssl
│ 
├─pdf-related
│ 
└─sapi



 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 I'm afraid it didn't help. I know the php4ts.dll need to be in the
 path, and the instructions say that if that file is in the /php
 directory, and there is a Path to that directory, all should be fine.
 
 I'm curious if within IIS I use php4isapi.dll for my extension and
 ISAPI filter.
 
 -Original Message-
 From: Mikey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 1:38 PM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - DLL files needed ??
 
 Grosz, Steve (IPG IT) wrote:
 
 In installing PHP4 on Win2003/IIS 6, I have noticed that only 1 dll
 file is used on the ISAPI install.
 
 What is the php4ts.dll file used for? And do I need to add it into my
 ISAPI area within IIS or just use the php4isapi.dll file...
 
 Steve
 
 
 
 Well, as per the installation instructions, that dll needs to be in your
 system path - system32 is the best place for it.
 
 hth,
 
 Mikey
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
 http://www.php.net/unsub.php
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 



RE: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread Grosz, Steve (IPG IT)
I tried that, renamed a txt file to .php, but when I try to get the .php file, 
I just get a 404 error. 

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 2:15 PM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - DLL files needed ??

Dear Steve:
 php4ts.dll is needed by php4isapi.dll.
if you can visit your pages in wwwroot folder, just try to rename that page to 
php extension.
e.g: rename postinfo.html to postinfo.php  C:\PHP │ install.txt │ license.txt │ 
magic.mime │ news.txt │ php-cli.exe │ php.exe │ php.gif │ php.ini │ 
php.ini-dist │ php.ini-recommended │ php4embed.lib │ php4isapi.dll │ php4ts.dll 
│ php4ts.lib │ ├─dlls │ ├─extensions │ ├─mibs │ ├─openssl │ ├─pdf-related │ 
└─sapi



 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 I'm afraid it didn't help. I know the php4ts.dll need to be in the 
 path, and the instructions say that if that file is in the /php 
 directory, and there is a Path to that directory, all should be fine.
 
 I'm curious if within IIS I use php4isapi.dll for my extension and 
 ISAPI filter.
 
 -Original Message-
 From: Mikey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 1:38 PM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - DLL files needed ??
 
 Grosz, Steve (IPG IT) wrote:
 
 In installing PHP4 on Win2003/IIS 6, I have noticed that only 1 dll 
 file is used on the ISAPI install.
 
 What is the php4ts.dll file used for? And do I need to add it into my 
 ISAPI area within IIS or just use the php4isapi.dll file...
 
 Steve
 
 
 
 Well, as per the installation instructions, that dll needs to be in 
 your system path - system32 is the best place for it.
 
 hth,
 
 Mikey
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
 http://www.php.net/unsub.php
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: 
 http://www.php.net/unsub.php
 


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



Re: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread Tjoekbezoer van Damme
On 7/13/05, Grosz, Steve (IPG IT) [EMAIL PROTECTED] wrote:
 I tried that, renamed a txt file to .php, but when I try to get the .php 
 file, I just get a 404 error.

Grosz, this might very well be your webserver invoking. By default,
IIS 6.0 all webserver extensions (like PHP). To check if your server
still does, open up your IIS manager
(Start-Run-'c:\windows\system32\inetsrv\iis.msc') Then browse to Web
Service Extensions on the left. If you did install PHP correctly you
should see PHP appearing in the list on the right. Set it to
'Allowed'. Now try requesting the page via your browser again.


Good luck!

Tjoekbezoer

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



RE: [PHP] 404 error - DLL files needed ??

2005-07-13 Thread Grosz, Steve (IPG IT)
 Tjoekbezoer,

I can tell you that it is there, because I manually added it, and it is
set to 'allowed'.

Steve

-Original Message-
From: Tjoekbezoer van Damme [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 3:52 PM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - DLL files needed ??

On 7/13/05, Grosz, Steve (IPG IT) [EMAIL PROTECTED] wrote:
 I tried that, renamed a txt file to .php, but when I try to get the
.php file, I just get a 404 error.

Grosz, this might very well be your webserver invoking. By default, IIS
6.0 all webserver extensions (like PHP). To check if your server still
does, open up your IIS manager
(Start-Run-'c:\windows\system32\inetsrv\iis.msc') Then browse to Web
Service Extensions on the left. If you did install PHP correctly you
should see PHP appearing in the list on the right. Set it to 'Allowed'.
Now try requesting the page via your browser again.


Good luck!

Tjoekbezoer

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

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