Posted by kscheirer on January 25, 2013 at 12:44am
7 followers
| Project: | CKEditor - WYSIWYG HTML editor |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
This commit (http://drupalcode.org/project/ckeditor.git/commitdiff/f6abbda281738527d1...) added a call to _ckeditor_requirements_isinstalled(), but fails to load the inc file that defines the function. So I'm seeing a fatal error when installing:
FATAL ERROR: CALL TO UNDEFINED FUNCTION _CKEDITOR_REQUIREMENTS_ISINSTALLED() IN /WWW/COMMONS-7.X-3.X-DEV/PROFILES/COMMONS/MODULES/CONTRIB/CKEDITOR/CKEDITOR.MODULE ON LINE 615
It could be because it was loaded via an install profile instead of just enabled as a new module.
Comments
#1
This patch moves the lin to load the library up above the call to _ckeditor_requirements_isinstalled().
#2
I was almost going to submit the same patch.
#3
Big thanks to both of you! Fixed with a89c4ae
#4
Automatically closed -- issue fixed for 2 weeks with no activity.