[xwiki-users] WYSIWYG plugin missing in 2.5?
Hello, I've just updated a 2.4 test installation to 2.5 and when accessing the first page I got an exception: the WYSIWYG plugin is missing and so the WYSIWYG editor is disabled. I guessed I should find it in xwiki-web-gwt-wysiwyg-server-2.5.jar but there is no editor class included. In the older versions the class was available?! Is there a quick fix available? Best wishes Werner Greßhoff
Hi Werner, See http://jira.xwiki.org/jira/browse/XWIKI-5500 . Make sure the WysiwygPlugin is no longer loaded in your xwiki.cfg and that your velocity templates (textarea_wysiwyg.vm, editwysiwygnew.vm, wysiwyginput.vm) are up to date. Hope this helps, Marius On 11/03/2010 12:30 PM, Werner Greßhoff wrote:
Hello,
I've just updated a 2.4 test installation to 2.5 and when accessing the first page I got an exception: the WYSIWYG plugin is missing and so the WYSIWYG editor is disabled. I guessed I should find it in xwiki-web-gwt-wysiwyg-server-2.5.jar but there is no editor class included. In the older versions the class was available?! Is there a quick fix available?
Best wishes
Werner Greßhoff _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Marius, this worked very well! Thanks. This was a fresh installation, so I think this is a minor bug in xwiki.cfg?! Best wishes Werner Am 03.11.2010 13:53, schrieb Marius Dumitru Florea:
Hi Werner,
See http://jira.xwiki.org/jira/browse/XWIKI-5500 . Make sure the WysiwygPlugin is no longer loaded in your xwiki.cfg and that your velocity templates (textarea_wysiwyg.vm, editwysiwygnew.vm, wysiwyginput.vm) are up to date.
Hope this helps, Marius
On 11/03/2010 12:30 PM, Werner Greßhoff wrote:
Hello,
I've just updated a 2.4 test installation to 2.5 and when accessing the first page I got an exception: the WYSIWYG plugin is missing and so the WYSIWYG editor is disabled. I guessed I should find it in xwiki-web-gwt-wysiwyg-server-2.5.jar but there is no editor class included. In the older versions the class was available?! Is there a quick fix available?
Best wishes
Werner Greßhoff _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On 11/04/2010 10:44 AM, Werner Greßhoff wrote:
Hi Marius,
this worked very well! Thanks.
This was a fresh installation, so I think this is a minor bug in xwiki.cfg?!
I doubt it. Compare http://svn.xwiki.org/svnroot/xwiki/enterprise/tags/xwiki-enterprise-2.5/web/... with http://svn.xwiki.org/svnroot/xwiki/enterprise/tags/xwiki-enterprise-2.4/web/... . The WysiwygPlugin line has been removed in 2.5 so you shouldn't have it in a fresh 2.5. Marius
Best wishes
Werner
Am 03.11.2010 13:53, schrieb Marius Dumitru Florea:
Hi Werner,
See http://jira.xwiki.org/jira/browse/XWIKI-5500 . Make sure the WysiwygPlugin is no longer loaded in your xwiki.cfg and that your velocity templates (textarea_wysiwyg.vm, editwysiwygnew.vm, wysiwyginput.vm) are up to date.
Hope this helps, Marius
On 11/03/2010 12:30 PM, Werner Greßhoff wrote:
Hello,
I've just updated a 2.4 test installation to 2.5 and when accessing the first page I got an exception: the WYSIWYG plugin is missing and so the WYSIWYG editor is disabled. I guessed I should find it in xwiki-web-gwt-wysiwyg-server-2.5.jar but there is no editor class included. In the older versions the class was available?! Is there a quick fix available?
Best wishes
Werner Greßhoff _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Marius, Am 04.11.2010 11:37, schrieb Marius Dumitru Florea:
This was a fresh installation, so I think this is a minor bug in xwiki.cfg?!
I doubt it. Compare http://svn.xwiki.org/svnroot/xwiki/enterprise/tags/xwiki-enterprise-2.5/web/... with http://svn.xwiki.org/svnroot/xwiki/enterprise/tags/xwiki-enterprise-2.4/web/... . The WysiwygPlugin line has been removed in 2.5 so you shouldn't have it in a fresh 2.5.
This was the farm version. What I did was: 1. Download and unpack. 2. Fix the hibernate.cfg.xml 3. Fix the xwiki.properties with the values from our current XWiki. 4. Fix the xwiki.cfg with the values from our current XWiki. I don't add anything, I just fix the properties and remove some # to activate the line. I just don't know what properties were added, so I allways take the fresh files and fix them. Especially now, when a new colleague is teached by me to take over...
Marius
On 11/04/2010 05:46 PM, Werner Greßhoff wrote:
Hi Marius,
Am 04.11.2010 11:37, schrieb Marius Dumitru Florea:
This was a fresh installation, so I think this is a minor bug in xwiki.cfg?!
I doubt it. Compare http://svn.xwiki.org/svnroot/xwiki/enterprise/tags/xwiki-enterprise-2.5/web/... with http://svn.xwiki.org/svnroot/xwiki/enterprise/tags/xwiki-enterprise-2.4/web/... . The WysiwygPlugin line has been removed in 2.5 so you shouldn't have it in a fresh 2.5.
This was the farm version. What I did was:
1. Download and unpack.
What did you download and from where? Can you give me the link? Thanks, Marius
2. Fix the hibernate.cfg.xml 3. Fix the xwiki.properties with the values from our current XWiki. 4. Fix the xwiki.cfg with the values from our current XWiki.
I don't add anything, I just fix the properties and remove some # to activate the line. I just don't know what properties were added, so I allways take the fresh files and fix them. Especially now, when a new colleague is teached by me to take over...
Marius
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Marius Dumitru Florea -
Werner Greßhoff