Problem with RSS Feed

Hello,

I change of web-hosting to mount and setup my own dedicated server. All is working, I configure it with the Boonex recommandations.
However, I have a problem with RSS Feeds. By exemple, in Dolphin's backend, I can't see the Boonex's news : I have only an image which indicate me that the RSS feeds is currently loading...

With the error console of Firefox, I have this error :

Error: tag does not match. Expected: </ hr>.
Source File: http://www.mywebsite.com/get_rss_feed.php?ID=boonex_news&member=0
Line: 6 Column: 3
Source Code:
</ body>

Is there something to do (like opening a port) for RSS Feeds' module ?

PHP and server configuration is OK from  the admin tools in the backend.

-------------------------------

Some informations about my server :

My server is under Debian Squeeze.

Module mod-security2 is disabled

PHP: 5.3.3-7+squeeze8 with FastCGI

-------------------------------

Do you have an idea ?

Thank you.

Alex.
Quote · 24 Feb 2012

I check the code behind the http://www.mywebsite.com/get_rss_feed.php?ID=boonex_news&member=0 page with firefox and I have this : 

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/0.7.65</center>
</body>
</html>

 

Do you have an idea ?


Alex.
Quote · 29 Feb 2012

My server don't like Boonex RSS redirection, I have to edit ./get_rss_feed.php and replace

$aPredefinedRssFeeds = array (
    'boonex_news' => 'http://www.boonex.com/unity/blog/featured_posts/?rss=1',
    'boonex_version' => 'http://rss.boonex.com/',
    'boonex_unity_market' => 'http://www.boonex.com/unity/extensions/latest/?rss=1',
    'boonex_unity_lang_files' => 'http://www.boonex.com/unity/extensions/tag/translations&rss=1',
    'boonex_unity_market_templates' => 'http://www.boonex.com/unity/extensions/tag/templates&rss=1',
    'boonex_unity_market_featured' => 'http://www.boonex.com/unity/extensions/featured_posts?rss=1',
);

with

$aPredefinedRssFeeds = array (
    //'boonex_news' => 'http://www.boonex.com/unity/blog/featured_posts/?rss=1',
    'boonex_news' => 'http://www.boonex.com/market/featured_posts?rss=1',
    'boonex_version' => 'http://rss.boonex.com/',
    //'boonex_unity_market' => 'http://www.boonex.com/unity/extensions/latest/?rss=1',
    'boonex_unity_market' => 'http://www.boonex.com/market/latest/?rss=1',
    //'boonex_unity_lang_files' => 'http://www.boonex.com/unity/extensions/tag/translations&rss=1',
    'boonex_unity_lang_files' => 'http://www.boonex.com/market/tag/translations&rss=1',
    //'boonex_unity_market_templates' => 'http://www.boonex.com/unity/extensions/tag/templates&rss=1',
    'boonex_unity_market_templates' => 'http://www.boonex.com/market/tag/templates&rss=1',
    //'boonex_unity_market_featured' => 'http://www.boonex.com/unity/extensions/featured_posts?rss=1',
    'boonex_unity_market_featured' => 'http://www.boonex.com/market/featured_posts?rss=1',
);

And the problem is solved.

Alex.
Quote · 29 Feb 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.