google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

XML Parsing error statistics graph #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On an install of 2.0.1.1 the statistics graphs were not displaying because
of an XML Parser error.

On the statistics page for a project the following was displayed in place
of each graph

XML Parsing Error: XML or text declaration not at start of entity
Location:
http://localhost:8080/statistics/graph/?project=seshat&name=4578c9561d67104918db
f0e2a358a4b3
Line Number 3, Column 1:<?xml version="1.0"?>
^

I traced the problem down to the logger inserting an info log item in
Repository::getWidgetForPath() that somehow made it into the returned xml
for the graph.

Commenting out the logger call on line 124 of
Xinc/Gui/Widget/Repository.php is a temporary fix.

Thanks!
- Jeff

Original issue reported on code.google.com by jcaro...@gmail.com on 6 Jun 2008 at 8:20

GoogleCodeExporter commented 8 years ago
this issue has been reported elsewhere too.  i am starting on it now.

Original comment by apshoema...@gmail.com on 3 May 2009 at 11:04

GoogleCodeExporter commented 8 years ago
it seems as though this issue was solved in 2.0.2, however the issue still 
remains 
with 2.0.2 but seems to be a different problem.  Filing as duplicate and will 
work 
on one of the newer tickets of this same issue.

Original comment by apshoema...@gmail.com on 3 May 2009 at 11:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
issue fixed in 2.0.3 branch

Original comment by apshoema...@gmail.com on 9 May 2009 at 5:14