Broken RSS feeds in CMSB

4 posts by 2 authors in: Forums > CMS Builder
Last Post: February 28, 2011   (RSS)

Re: [sidcam] Broken RSS feeds in CMSB

By Dave - February 27, 2011

Hi Sidcam,

The "headers already sent" error usually happens when you have whitespace or HTML before the "require_once" line. Remove that if possible or attach your viewer php file and we'll take a look.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Broken RSS feeds in CMSB

By sidcam - February 27, 2011

Yes, I put the declaration statement (<?php header('Content-type: application/xml; charset=utf-8'); ?><?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>[/#000000]) below the require once statement and everything works perfectly now.

Thanks

Sid

Re: [sidcam] Broken RSS feeds in CMSB

By Dave - February 28, 2011

Great! Glad to hear it's working. Let us know if you need anything else. :)
Dave Edis - Senior Developer
interactivetools.com