This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable.
Liferay Support does not recommend or endorse specific third-party products over others. Liferay is not responsible for any instructions herein or referenced regarding these products. Any implementation of these principles is the responsibility of the subscriber.
This article documents a known issue where the CKEditor is unavailable if the MediaWiki format is chosen when creating a Wiki article in Liferay Portal 6.1 EE GA2.
Steps to Reproduce
- Navigate to the Control Panel → Wiki
- Click the Main link to use the default Wiki node.
- Click the Add Page button.
- Select MediaWiki from the Format Menu.
- Click OK in the validation window.
Figure 1. The CKEditor is unavailable.
Resolution
The reason for the removal of the CKEditor is because of Wiki Syntax errors.
Status: Workaround Available
If administrators still wish to use CKEditor with the MediaWiki Format, they can enable a setting in the portal-ext.properties
.
- Shut down the application server before making changes to the
portal-ext.properties
file. - Enter the following:
editor.wysiwyg.portal-web.docroot.html.portlet.wiki.edit.mediawiki.jsp=ckeditor
- Save the file.
- Start the application server.
Once the application server has restarted, the CKEditor is now available for use in the MediaWiki format.