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
Connection refused in PEAR.php on line 848 (NOT blogg.de)
-
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
Hi!
When do you get this error? Did you host maybe change firewall rules?
Regards,
Garvin
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Please ask your hoster. usually it happens when s9y/PHP is no longer allowed to connect to outgoing webservers.
Regards,
Garvin
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/
# 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/
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
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:
Hi!
Yeah, s9y doesn't do that, it always uses fopen/file_get_contents.
Regards,
Garvin
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/
# 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/
-
kleinerChemiker
- Regular
- Posts: 765
- Joined: Tue Oct 17, 2006 2:36 pm
- Location: Vienna/Austria
- Contact:
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
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:
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
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/
# 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/