Hi All,
Finally I got a nice solution to the problem with PEAR.php (both "Connection Time Out" and "Too many Redirects").
"Connection Time Out" problem raised while RSS Aggregator need a long time to reach the feed. The problem occurred in the hosting side, ie : slow down connection, dead connection or another thing with connection issue.
I used Feedburner (
http://feeds.feedburner.com/) to act as a gateway and the problem gone away.
The "Connection time out" problem should be occured in another case if ISP provider has been protecting their hosting server with firewall and block port 80 .
To test if it's blocked by firewall or no, simply create a php file with a simple code :
Code: Select all
<?php
echo file_get_contents("http://www.google.com/");
?>
Upload the file and try to call it from our browser (Thanks to judebert for this testing script,
http://board.s9y.org/viewtopic.php?t=70 ... google+com
"Too many Redirects" problem occurred with the validity of it's feeds. I used
http://feedvalidator.org to find out how it comes and which feeds provided a validity issue. Finally, this problem solved by using standard feed with Feedburner,
http://feeds.feedburner.com/
Thanks and Regards,
Vavai