Zooomr-Plugin causes Connection timed out in PEAR.php

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
superu
Regular
Posts: 24
Joined: Sun Jan 21, 2007 4:32 pm

Zooomr-Plugin causes Connection timed out in PEAR.php

Post by superu »

The "serendipity_plugin_zooomr.php" causes an error in my pear.php on line 848.
I already searched the forum but did not find the information i was looking for: My hoster needs the information what kind of connection that plugin is trying to establish. I only know its getting the RSS-feed from zooomr:
http://de.zooomr.com/services/feeds/public_photos/?id=*****@***
but i don´t know how... Does anybody know what i should tell the support of my hoster?
Greetings, U.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Zooomr-Plugin causes Connection timed out in PEAR.php

Post by garvinhicking »

Hi!

This error usually happens if your hoster uses a firewall to block access. Your firewall must allow HTTP (port 80) outgoing connections for the de.zoooomr.com URL.

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/
superu
Regular
Posts: 24
Joined: Sun Jan 21, 2007 4:32 pm

Post by superu »

They say they don´t block anything like this :roll: I´ll also ask @ zooomr, maybe they have a problem? Thanks Garvin!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

What happens when you upload a test.php file with this content:

Code: Select all

<?php
echo htmlspecialchars(file_get_contents('http://de.zooomr.com/services/feeds/public_photos/?id=*****@***'));
?>

and run it?

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/
superu
Regular
Posts: 24
Joined: Sun Jan 21, 2007 4:32 pm

Post by superu »

There is an xml-output:

http://www.superu.de/test.php
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Okay, this works, then it must be something else in the zooomr sidebar plugin. Remind me of it next week and I'll have a check!

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