Hi,
Thanks for a very useful module. Allow me to report that I keep getting "r is null" error anywhere where there is no ckeditor enabled, like front page, etc. I haven't troubleshot much by disabling modules one by one, but luckily found a thread at http://cksource.com/forums/viewtopic.php?t=20644.
Putting a check for empty textarea ID prior to CKEDITOR.replace has removed the error. I would love to hear your opinion, and if this fix can get into the module. Or if any other solution without touching the module.
Thanks
Comments
Comment #1
babruix commentedI`ve also this error when enabling Tray module.
Thanks for providing solution, gausarts.
The textarea which broke ckeditor was execute PHP block.
For now I`ve solved it by added this textarea (*edit-code) to exclude CKEDITOR replacing list.
Comment #2
dczepierga commentedIt's bug in CKEditor plugin. It was reported and fixed in CKEditor Bugtracker.
It will be released with new version of CKEditor plugin.
Greetings