[PHP] fgetcsv quit working......

2003-03-09 Thread CDitty
I have a customer who's webhost upgraded their server recently and a script 
that was working fine quit working.  The error they are getting is this 
fgetcsv(): supplied argument is not a valid stream resource.  I don't 
know what they did with Apache, but as far as I know, nothing else changed.

Can anyone offer any advice on troubleshooting this one?

Chris

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


Re: [PHP] fgetcsv quit working......

2003-03-09 Thread Jason Sheets
Check to make sure the file exists, you should probably through some
debug code around the area that is failing.

Jason
On Sun, 2003-03-09 at 18:50, CDitty wrote:
 I have a customer who's webhost upgraded their server recently and a script 
 that was working fine quit working.  The error they are getting is this 
 fgetcsv(): supplied argument is not a valid stream resource.  I don't 
 know what they did with Apache, but as far as I know, nothing else changed.
 
 Can anyone offer any advice on troubleshooting this one?
 
 Chris
-- 
Jason Sheets [EMAIL PROTECTED]

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



Re: [PHP] fgetcsv quit working......

2003-03-09 Thread CDitty
I thought about this possibility, but it turns out 4 different scripts on 
the same server accessing different files from different locations and 
using different methods are all failing.

Chris

At 07:53 PM 3/9/2003, Jason Sheets wrote:
Check to make sure the file exists, you should probably through some
debug code around the area that is failing.
Jason
On Sun, 2003-03-09 at 18:50, CDitty wrote:
 I have a customer who's webhost upgraded their server recently and a 
script
 that was working fine quit working.  The error they are getting is this
 fgetcsv(): supplied argument is not a valid stream resource.  I don't
 know what they did with Apache, but as far as I know, nothing else changed.

 Can anyone offer any advice on troubleshooting this one?

 Chris
--
Jason Sheets [EMAIL PROTECTED]


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