my rss forum not showing

Hi! I'm having problem with my rss forums post not showing at the main page I always get waiting status, also i try to add new rss which is link to google news same problem waiting status../..

Quote · 4 Jun 2009

Me too... updated to 6.1.6 and now my frontpage RSS and the frum spy (which is actually an RSS link) just show "Loading" icon.

I am going to start replacing files one-by-one until I find the culprit... will try to let you know what I find out.

PS: I have an RSS link on each members profile page and that link works fine....very wierd....

Shared Dolphin Hosting w/RMS
Quote · 8 Jun 2009

Ok here's the apache logs during loading orca forum rss on main page:

PHP Warning:  readfile(http://www.mysite.net/orca/?action=rss_all) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: Connection timed out in /var/www/mysite/get_rss_feed.php on line 23

get_rss_feed.php Code

<?

require_once( './inc/header.inc.php' );
require_once( './inc/db.inc.php' );
require_once( './inc/profiles.inc.php' );

$sQuery = "SELECT `Content` FROM `PageCompose` WHERE `ID` = " . (int)$_GET['ID'];
$sCont = db_value( $sQuery );

if( !$sCont )
exit;

list( $sUrl ) = explode( '#', $sCont );
$sUrl = str_replace( '{SiteUrl}', $site['url'], $sUrl );

$iMemID = (int)$_GET['member'];
if( $iMemID ) {
$aMember = getProfileInfo( $iMemID );
$sUrl = str_replace( '{NickName}', $aMember['NickName'], $sUrl );
}

header( 'Content-Type: text/xml' );
readfile( $sUrl );

Quote · 11 Jun 2009
 
 
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.