RSS error...

3 posts by 2 authors in: Forums > CMS Builder
Last Post: January 25, 2010   (RSS)

By Toledoh - January 25, 2010

Hi Guys,

I'm getting the error
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/fraction/public_html/rss.xml.php:1) in /home/fraction/public_html/cmsAdmin/lib/init.php on line 68
^


The link is http://www.fractionfacts.com.au/rss.xml.php

And I've attached the code.

Is it something to do with the php.ini file? The host is saying it's "user error" but everything seems fine here.


Cheers,
Cheers,

Tim (toledoh.com.au)
Attachments:

rss-xml.php 2K

Re: [Toledoh] RSS error...

By Djulia - January 25, 2010 - edited: January 25, 2010

Hi,

I had the same error message with version 2.0.

You can test this correction ([font "Verdana"]rss.xml.php) ?



<?php

require_once "/home/fraction/public_html/cmsAdmin/lib/viewer_functions.php";

list($newsRecords, $newsMetaData) = getRecords(array(
'tableName' => 'news',
'perPage' => '10',
));

header("Content-type: application/rss+xml; charset=utf-8");
?>



I do not have this problem with the last Beta version.

I hope that can help you.

Djulia

Attachments:

rss-xml_001.php 2K