warning messages !?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
PurpleCow
Regular
Posts: 64
Joined: Sun Jan 30, 2005 11:25 am
Contact:

warning messages !?

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: warning messages !?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply