Page 1 of 1

RSS Feed Issue

Posted: 04 May 2009, 23:36
by tikeIII
Hello:

When I click on the RSS Feed button, I get the following result:

XML Parsing Error: XML or text declaration not at start of entity
Location: http://mantis/issues_rss.php?username=a ... oject_id=1
Line Number 2, Column 1:<?xml version="1.0" encoding="utf-8"?>
^

I think it could be related to LDAP (which isn't working yet...)

Thanks,

TikeIII

Re: RSS Feed Issue

Posted: 02 Jun 2009, 13:08
by cpower
I am experiencing the same issue on all mantis versions 1.1.0 - 1.1.7 (have not tried any beneath 1.1.0).

I was oringinally experiencing issues with the Eclipse Myln-Mantis connector not connecting to the soap api, but I've since realised that its a larger xml-related issue also affecting RSS by the seems of things.

Interestingly, RSS worked right off the bat for the current install (about 30mins old) making me think I'd got it working, but after logging in again, RSS and soap api had failed.

Re: RSS Feed Issue

Posted: 16 Jun 2009, 15:03
by Nimitz1061
Access permissions issues??

David

Re: RSS Feed Issue

Posted: 19 Jun 2009, 17:10
by tikeIII
It turns out that there was an extra line in issues_rss.php. A colleague used some UBuntu Linux tools to find where the extra line was. By getting rid of the extra "?> <?php" in the file, the RSS feed problem was solved.

Tim