need help figuring this out (timeout error)
Posted: Mon Jun 29, 2009 5:47 pm
trying to debug a php script and am getting errors in these two lines:
$lines = file($url_path.'/admin/lists/'.$new_file_name);
foreach($lines as $key=>$val) {
the first line has the timeout error. i can see the files on the server so i know they have been uploaded and should exist in the location.
the second line obviously fails because the first fails...
not sure what to do next in terms of troubleshooting.. any help?
$lines = file($url_path.'/admin/lists/'.$new_file_name);
foreach($lines as $key=>$val) {
the first line has the timeout error. i can see the files on the server so i know they have been uploaded and should exist in the location.
the second line obviously fails because the first fails...
not sure what to do next in terms of troubleshooting.. any help?