Connection refused in PEAR.php on line 848 (NOT blogg.de)

Found a bug? Tell us!!
Post Reply
Fabien
Regular
Posts: 204
Joined: Wed Mar 15, 2006 1:02 pm
Location: Paris (France)
Contact:

Connection refused in PEAR.php on line 848 (NOT blogg.de)

Post by Fabien »

Hello,

Since yesterday, I have the famous error "Connection refused in PEAR.php on line 848". And blogg.de is not activated.

An idea?
Thanks, Fabien
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Connection refused in PEAR.php on line 848 (NOT blogg.de

Post by garvinhicking »

Hi!

When do you get this error? Did you host maybe change firewall rules?

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/
Fabien
Regular
Posts: 204
Joined: Wed Mar 15, 2006 1:02 pm
Location: Paris (France)
Contact:

Post by Fabien »

I have the error when I save an entry.
I don't think my host changed something, but I'm not sure.

Thanks, Fabien
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Please ask your hoster. usually it happens when s9y/PHP is no longer allowed to connect to outgoing webservers.

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/
Fabien
Regular
Posts: 204
Joined: Wed Mar 15, 2006 1:02 pm
Location: Paris (France)
Contact:

Post by Fabien »

Hi Garvin,

My host says that lines like
include("http://www.other-site.com/page.php")
doesn't function any more and have to be replaced by
$fp = fopen("http://www.other-site.com/page.php", 'r');
fpassthru($fp);
fclose($fp);
and that this is the only modification done recently.

Thanks, Fabien
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Yeah, s9y doesn't do that, it always uses fopen/file_get_contents.

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/
Fabien
Regular
Posts: 204
Joined: Wed Mar 15, 2006 1:02 pm
Location: Paris (France)
Contact:

Post by Fabien »

And what else can I do ?

Thanks, Fabien
kleinerChemiker
Regular
Posts: 765
Joined: Tue Oct 17, 2006 2:36 pm
Location: Vienna/Austria
Contact:

Post by kleinerChemiker »

search for line 848 in pear.php and whats written there.
Fabien
Regular
Posts: 204
Joined: Wed Mar 15, 2006 1:02 pm
Location: Paris (France)
Contact:

Post by Fabien »

Hi kleinerChemiker,

Line 848 says : trigger_error($this->getMessage(), $this->level);

The problem is probably external to pear.php module. Everything was working fine until last Saturday and my sy9 installation was not changed.

Another information : I have only the problem if s9y is searching for retrolinks.

Cheers, Fabien
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Your hoster must definitely have changed something that is now breaking.

The only other reason for it would be that you installed a new XML-RPC pinging plugin, changed the Trackback plugin or added any other new services that contact outgoing servers.

But I'm quite sure the server has been changed for different firewalling.

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