View Issue Details

IDProjectCategoryView StatusLast Update
0009574mantisbtplug-inspublic2010-06-04 09:13
ReporterThom Botterill Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version1.2.0a2 
Summary0009574: Freemind returning an error when used
Description

using this online version here (as i do not have the freemind plugin in place yet)i get an error when attempting to open the freemind file

Error while parsing file:freemind.main.XMLParseException: XML Parse Exception during parsing of the XML definition at line 1: Unexpected end of data reached

I get this error if i open it on the fly or download to my desktop and open the file from there.

using freemind version 090 Beta 15

Tagspatch
Attached Files
0001-Fix_freemind_plugin.patch (604 bytes)   
diff --git a/plugins/Freemind/pages/view.php b/plugins/Freemind/pages/view.php
index ee82189..2823efd 100644
--- a/plugins/Freemind/pages/view.php
+++ b/plugins/Freemind/pages/view.php
@@ -29,7 +29,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <title><?php echo string_display_line( config_get( 'window_title' ) ) ?></title>
-<script type="text/javascript" src="freemind_browser/flashobject.js"></script>
+<script type="text/javascript" src="freemind_browser/swfobject.js"><!-- SWFObject js --></script>
 <style type="text/css">
 
 	/* hide from ie on mac \*/
swfobject.js (6,880 bytes)

Activities

vboctor

vboctor

2008-08-26 01:02

manager   ~0019226

Confirmed that the freemind plugin isn't working on the official bug tracker instance (i.e. this bug tracker).

wolog

wolog

2009-07-09 11:26

reporter   ~0022467

remove the flashobject.js, replace with the attached swfobject.js (which is released under the MIT License). Apply the tiny patch to fix view.php.
This should do the job. (at least it does here with 1.2.0a3)

wolog

wolog

2009-07-10 03:17

reporter   ~0022470

Oops, sorry. I should have read the bug description more carefully. This is not the bug the patch is about. My fix is about a javascript/flash issue (that is also present on mantisbt.org).

dominik

dominik

2010-06-04 09:13

reporter   ~0025702

Does anyone has the Freemind Plugin working with 1.2.1? I'm not able to get this running...

I always get just one bubble "undefined"... and in the export file the following error:
Cannot use object of type BugData as array in plugins/Freemind/freemind_api.php on line 245

May it be that this Plugin is not yet ready for 1.2.1?