Warning: fopen(XXXXXXXXXXXXXXXXXXXXXX) [function.fopen]: failed to create stream: Invalid argument in /path/to/script/import.php on line 30
This is the code around line 30..... $local_file = $feed; $fp = fopen($local_file, "r");
Anyone have any ideas? I have looked over the manual and the only thing I could find similar to this is in the comments. Apache was restarted.
CDitty
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php