Page 1 of 1

warning messages !?

Posted: Wed Feb 09, 2005 4:10 pm
by PurpleCow
Hi,

When i make a new entry, I sometimes get warning messages something liek this ...
Warning: fsockopen(): unable to connect to xmlrpc.blogg.de:80 in /home/auction/public_html/bundled-libs/XML/RPC.php on line 461

Warning: fputs(): supplied argument is not a valid stream resource in /home/auction/public_html/bundled-libs/XML/RPC.php on line 513
It looks like some kind ports not being open on mys ervers or something like that. Could someone tell me how to fix it.

Thanks

Re: warning messages !?

Posted: Wed Feb 09, 2005 4:14 pm
by garvinhicking
First your webserver needs to be able to connect on Port 80 for outgoing connections.

Second, allow_url_fopen should be enabled within php.ini / vhost configuration of your webserver.

Regards,
Garvin