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
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,
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)
Tim (toledoh.com.au)
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) ?
I do not have this problem with the last Beta version.
I hope that can help you.
Djulia
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
Re: [Djulia] RSS error...
By Toledoh - January 25, 2010
Worked a treat Djulia - Thanks HEaps!
Cheers,
Tim (toledoh.com.au)
Tim (toledoh.com.au)