[PHP] fopen failing to connect

2002-05-15 Thread jennifer
Hello I have a script which uses fopen( ). It works on my local machine which has php and apache on a windows platform as well as on another server (php/apache) which is windows based. However, when I have the same script on a unix machine (php/apache), the fopen gives me the following error:

Re: [PHP] fopen failing to connect

2002-05-15 Thread Kevin Stone
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 2:09 PM Subject: [PHP] fopen failing to connect Hello I have a script which uses fopen( ). It works on my local machine which has php and apache on a windows platform as well as on another server (php/apache) which is windows

Re: [PHP] fopen failing to connect

2002-05-15 Thread jennifer jefferson
thanks for looking. my guess is that it could be a server configuration issue. i am really not sure. the actual script works just not on the server i need it to work on. maybe it has something to do with the .ini file or the installation. i am not very familiar with that. does this sound

Re: [PHP] fopen failing to connect

2002-05-15 Thread Miguel Cruz
Sounds like maybe the fopen url wrapper is not installed. I've never taken any particular steps to install it, so I'm not sure how that would come about. miguel On Wed, 15 May 2002, jennifer jefferson wrote: thanks for looking. my guess is that it could be a server configuration issue. i am

Re: [PHP] fopen failing to connect

2002-05-15 Thread Jennifer
i looked at the php.ini file and f wrapper is configured. thanks for the suggestion. i am still looking for any suggestions anyone has. thanks. -jennifer Miguel Cruz wrote: Sounds like maybe the fopen url wrapper is not installed. I've never taken any particular steps to install it, so I'm

RE: [PHP] fopen failing to connect

2002-05-15 Thread Vail, Warren
: [EMAIL PROTECTED] Subject: Re: [PHP] fopen failing to connect i looked at the php.ini file and f wrapper is configured. thanks for the suggestion. i am still looking for any suggestions anyone has. thanks. -jennifer Miguel Cruz wrote: Sounds like maybe the fopen url wrapper is not installed