Page 1 of 1
Connection refused in PEAR.php on line 848 (NOT blogg.de)
Posted: Sun Oct 12, 2008 7:34 am
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
Re: Connection refused in PEAR.php on line 848 (NOT blogg.de
Posted: Mon Oct 13, 2008 10:11 am
by garvinhicking
Hi!
When do you get this error? Did you host maybe change firewall rules?
Regards,
Garvin
Posted: Mon Oct 13, 2008 6:52 pm
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
Posted: Tue Oct 14, 2008 10:05 am
by garvinhicking
Hi!
Please ask your hoster. usually it happens when s9y/PHP is no longer allowed to connect to outgoing webservers.
Regards,
Garvin
Posted: Tue Oct 14, 2008 2:59 pm
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
Posted: Tue Oct 14, 2008 6:51 pm
by garvinhicking
Hi!
Yeah, s9y doesn't do that, it always uses fopen/file_get_contents.
Regards,
Garvin
Posted: Wed Oct 15, 2008 6:38 am
by Fabien
And what else can I do ?
Thanks, Fabien
Posted: Wed Oct 15, 2008 10:28 am
by kleinerChemiker
search for line 848 in pear.php and whats written there.
Posted: Wed Oct 15, 2008 10:50 am
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
Posted: Wed Oct 15, 2008 12:59 pm
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