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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ckeditor-install-lib-1898294-2.patch | 734 bytes | kscheirer |
Comments
Comment #1
kscheirerThis patch moves the lin to load the library up above the call to _ckeditor_requirements_isinstalled().
Comment #2
jcisio commentedI was almost going to submit the same patch.
Comment #3
wwalc commentedBig thanks to both of you! Fixed with a89c4ae