Possible Perl error

Hi,
I am trying to run net status but it is not working. Running the cron job, I get emails with this. PHP 4.3.1 is install, safemode is off, register globals is on. I ran the same script on a different server and had no problems. Any idea?

Use of uninitialized value in substitution (s///) at /usr/lib/perl5/site_perl/5.6.1/Net/HTTP/Methods.pm line 425.
Use of uninitialized value in substitution (s///) at /usr/lib/perl5/site_perl/5.6.1/Net/HTTP/Methods.pm line 426.
Use of uninitialized value in hex at /usr/lib/perl5/site_perl/5.6.1/Net/HTTP/Methods.pm line 427.
<br />
<b>Warning</b>: fsockopen() [<a href='http://www.php.net/function.fsockopen'>function.fsockopen</a>;]: php_hostconnect: connect failed in <b>/home/user/public_html/status/includes/functions.php</b> on line <b>30</b><br />
<br />
<b>Warning</b>: fsockopen() [<a href='http://www.php.net/function.fsockopen'>function.fsockopen</a>;]: unable to connect to 64.191.xx.xx:53 in <b>/home/user/public_html/status/includes/functions.php</b> on line <b>30</b><br />
<br />
<b>Warning</b>: fsockopen() [<a href='http://www.php.net/function.fsockopen'>function.fsockopen</a>;]: php_hostconnect: connect failed in <b>/home/user/public_html/status/includes/functions.php</b> on line <b>30</b><br />
<br />
<b>Warning</b>: fsockopen() [<a href='http://www.php.net/function.fsockopen'>function.fsockopen</a>;]: unable to connect to 64.191.xx.xx:53 in <b>/home/user/public_html/status/includes/functions.php</b> on line <b>30</b><br />

 

 

 

 

Top