All of a sudden I'm getting the following errors when trying to execute a script:
And, just for reference, line 51 is:
This worked fine up until a couple days ago. The FTP that I'm trying to access works fine when I copy/paste the URL into my browser.
Any ideas? Thanks much!
Code:
Warning: fopen() [function.fopen]: connect() failed: Permission denied in /home/[URL unfurl="true"]www/jmg498.freehostia.com/radar/crrdr.php[/URL] on line 51
Warning: fopen(ftp://tgftp.nws.noaa.gov/SL.us008001/DF.of/DC.radar/DS.p37cr/SI.kpbz/sn.last) [function.fopen]: failed to open stream: Permission denied in /home/[URL unfurl="true"]www/jmg498.freehostia.com/radar/crrdr.php[/URL] on line 51
And, just for reference, line 51 is:
Code:
$crdat = fopen( "ftp://tgftp.nws.noaa.gov/SL.us008001/DF.of/DC.radar/DS.p37cr/SI.".$rregi.$radar."/sn.last" , "r" ) or die($lerro);
This worked fine up until a couple days ago. The FTP that I'm trying to access works fine when I copy/paste the URL into my browser.
Any ideas? Thanks much!