RSS error...

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

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

Re: [Djulia] RSS error...

By Toledoh - January 25, 2010

Worked a treat Djulia - Thanks HEaps!
Cheers,

Tim (toledoh.com.au)