CKEditor not found?

72 views
Skip to first unread message

cbr...@ocom.edu

unread,
Jun 10, 2015, 6:23:18 PM6/10/15
to subjec...@googlegroups.com
When we migrated our new library website, we decided to upgraded from 1.0 to 3.0, but we are having trouble editing. If you attempt to edit a box, it bring up this error message: 

Fatal error: Class 'SubjectsPlus\Control\CKEditor' not found in /home/lib39keh/public_html/guides/lib/SubjectsPlus/Control/Pluslet/Basic.php on line 64

This is what is on line 64:   

$oCKeditor = new CKEditor($CKBasePath);

For some reason, it is unable to call the CKEditor up. Does anyone know how to fix this?

Andrew Darby

unread,
Jun 10, 2015, 6:52:34 PM6/10/15
to subjec...@googlegroups.com
Hi, the first thing I'd check is that $CKBasePath.  It is set in control/includes/config.php -- this file doesn't exist in github (it's created by the installer), but it starts off like this:

https://github.com/subjectsplus/SubjectsPlus/blob/master/control/includes/config-default.php

The CKEditor stuff starts at around line 298--look for the equivalent section in config.php.  If the path of $CKBasePath there doesn't match the path to ckeditor on your server, that could be the problem.  Try fiddling with it.  Also, I'm not sure how your migration went, but version 1.0 was using FCKeditor, so make sure you actually have a ckeditor folder on your server under the root of sp.


Andrew


--
You received this message because you are subscribed to the Google Groups "SubjectsPlus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subjectsplus...@googlegroups.com.
To post to this group, send email to subjec...@googlegroups.com.
Visit this group at http://groups.google.com/group/subjectsplus.
For more options, visit https://groups.google.com/d/optout.

cbr...@ocom.edu

unread,
Jun 11, 2015, 1:09:47 PM6/11/15
to subjec...@googlegroups.com
Got it -- thanks for the quick response!!
Reply all
Reply to author
Forward
0 new messages