View Issue Details

IDProjectCategoryView StatusLast Update
0012920mantisbtrsspublic2013-09-17 17:50
Reporterfuhtel Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformLinuxOSDebina GNU/LinuxOS Version5.0
Product Version1.2.4 
Summary0012920: RSS feed - XML parsing error
Description

When i try to display RSS feed by clicking on icon, i get error:
error on line 3 at column 6: XML declaration allowed only at the start of the document

Additional Information

Installed on Debian 5 (Lenny), MySQL 5.1 (network host, Solaris)

TagsNo tags attached.

Relationships

related to 0010352 closedgrangeway RSS feed - XML Parsing Error 
related to 0016382 closeddregad custom_strings_inc.php can crash RSS- Feed and mantisconnect with "XML declaration allowed only..." 

Activities

spoidras

spoidras

2011-11-23 11:23

reporter   ~0030268

I got the same issue on Mantis 1.2.8 running on Windows XP.
Blank lines or php tags were not the cause.
I finally solved the problem, in issues_rss.php :

/---------
ob_clean();
$rssfile->outputRSS( $version );
---------/

belfar

belfar

2011-11-23 18:39

reporter   ~0030284

teste

grangeway

grangeway

2012-02-07 15:28

reporter   ~0031182

The RSS code has changed since 1.2.4.

Ideally, we'd need the raw source of the rss feed - or at least enough to highlight what is causing the issue.