Re: FCK Editor Integration in 2.5.x

"David Au" <[email protected]> Thu, 6 Sep 2007 18:33:12 -0500
Newsgroups gmane.comp.java.jspwiki.user
Message-ID <[email protected]>
On 9/6/07, Evan Lennick <[email protected]> wrote:
> I've tried to get the FCKEditor up and running using JSPWiki 2.5.103 by
> following the instructions on
> http://www.jspwiki.org/wiki/HowToManuallyIntegrateFCKEditor. I am
> inserting the latest FCKEditor 2.4.3 into the scripts/fckeditor
> directory as well as putting the FCK.jar on the page into the
> WEB-INF/lib directory. After doing so I do not see the FCKEditor show up
> in the list of editors to use, regardless of what template I am using
> (I've tried brushed and the default templates). I try to browse directly
> to the editor by using the Edit.jsp?page=Main&editor=FCK url but I just
> get an error that says "Toolbar set JSPWiki doesn't exist".
>

The error message you received would only occur if you attempted to
use the separate BrushedTemplate download with JSPWiki 2.5; FCKeditor
will not work in this combination.

Also, from what I understand, the separate BrushedTemplate download
isn't supported for JSPWiki 2.5 anymore. Instead, it has been
incorporated as the default template for 2.5.

To get FCK working, try this:
1. Set the template back to 'default'
2. Then clear your browser cache.

David