Postponed (maintainer needs more info)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.10
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2012 at 18:20 UTC
Updated:
2 Apr 2012 at 19:05 UTC
Comments
Comment #1
dczepierga commentedCould u try to update to last DEV version?
Do u have any errors in apache/php log or see anything in Firebug?
Greetings
Comment #2
payalord commentedI disabled ckeditor and then instead of using "module_nodeapi" function. i created my page through "module_menu" and made a function that got content from node that i need on my page by sql query. Then i called "drupal_get_form" and tested my page with content + my form. everything fine. So after that i enabled ckeditor and looks like page is fine. So i think, that this error can be not from ckeditor it self, because at that case error will be, even if i'm not using nodeapi function. I think this can be, may be, WSOD from drupal it self(may be some compatibility issues). For now i decided my problem like that and i don't have WSOD. also when WSOD came when im used nodeapi - there is was no any php or apache errors in drupal logs, but i didn't watch error logs on server inside.
Thanks
Comment #3
jenlamptonYou should try to figure out what the WSOD actually means, do you have PHP error_reporting turned on? If not it could be something as simple as a syntax error in your custom code. Please enable error_reporting (or check your logs) and let us know what the actual error is that you are encountering.