I'm created the form in my module. And i used "module_nodeapi" function where i calling "drupal_get_form". if in my form present textarea i got WSOD. if not everything is fine. when i disable CKeditor module. everything is fine with form even there is textarea. if i enable module - im got WSOD again. in the settings of CKeditor there is told that by default no CKeditor must be used on forms and CKeditor must be only on included form that i wrote in the settings.

Drupal version is 6.25

Have anyone solution?

Comments

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

Could u try to update to last DEV version?
Do u have any errors in apache/php log or see anything in Firebug?

Greetings

payalord’s picture

I 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

jenlampton’s picture

You 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.