I cannot get any of the editors I try to show up. I tried tinyMCE 3.2.2.3, FCKeditor 2.6.4, and NicEdit 0.9. None of them seem to work. I get an error on the page via firebug that states:
Drupal is not defined
wysiwyg.js?r()()wysiwyg.js?r (line 9)
[Break on this error] Drupal.wysiwygInit = function() {
I'm using Drupal 6.10 and the WYSIWYG version 6.x-1.1.
Comments
Comment #1
sunWell, if "Drupal is not defined", then you are in serious trouble. Please test again using a core theme, for example Garland. Also disable JavaScript aggregation and whatever else you may customized.
Comment #2
sunMost likely, this issue is already addressed in the FAQ: http://drupal.org/node/417166
Comment #3
LateNightDesigner commentedThank you for the responses.
I've read the FAQ for this module. I have already checked and my $scripts is printed right after the
<body>tag and my $closure is printed right before</body>.I will test with another theme.