Forum
CKEditor not giving me any options
I am trying to replace the markitup editor with the CKEditorin the article.html file
here is the code
<perch:content id="body" type="textarea" label="Body" html="true" editor="CKEditor" required="true" />
when I go to edit the content all i see is a plain textarea with no options.
There is also no errors in the console log.
I was undering is there anyway to fix this thanks in advance.
Diagnostic Report
Perch: 2.8.13, PHP: 5.4.43, MySQL: mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $, with PDO
Server OS: Linux, cgi-fcgi
Installed apps: content (2.8.13), assets (2.8.13), categories (2.8.13), perch_blog (4.6), perch_forms (1.8.3), perch_gallery (2.8.6)
App runtimes: <?php $apps_list = array( 'content', 'categories', 'perch_forms', 'perch_blog' );
PERCH_LOGINPATH: /perch
PERCH_PATH: /home/gregadp/public_html/perch
PERCH_CORE: /home/gregadp/public_html/perch/core
PERCH_RESFILEPATH: /home/gregadp/public_html/perch/resources
Image manipulation: GD Imagick
PHP limits: Max upload 32M, Max POST 48M, Memory: 64M, Total max file upload: 32M
Resource folder writeable: Yes
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
REQUEST_URI: /perch/core/settings/diagnostics/
DOCUMENT_ROOT: /home/gregadp/public_html
HTTP_HOST: advancediagnostics.co.uk
<perch:content id="body" type="textarea" label="Article body" editor="CKEditor" html="true" />
Have you installed CKEditor?
Also, check the case:
Thanks very much man, that was it! Really appreciate your help there.