Hi,
Sounds like a DNS problem more than anything else. Have you tried to dig that hostname?


best regards
raditha



Jay Blanchard wrote:

I get the following error when running a script from CRON using PHP
4.3.4RC1 on FreeBSD


(CRON statement)

/usr/local/bin/php -q /usr/local/www/data.default/crm/parsecdr.php

PHP Warning:  ftp_connect(): php_network_getaddresses: getaddrinfo
failed: No address associated with hostname in
/usr/local/www/data.default/crm/parsecdr.php on line 36

// ftp variables
$ftp_server = "rc.server.name";
$ftp_user = "user";
$ftp_pass = "pass";

// connect to ftp server
$ftpc = ftp_connect($ftp_server); <---- LINE 36

I have searched everywhere, inlcuding bug reports that lead nowhere. Can
anyone point me in the right direction? (I had no problems with this on
previous versions of PHP and this has cropped up since the upgrade.)

TIA and Happy Holidays!





--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 150 KB | with progress bar.

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



Reply via email to