CKEditor is seems to be installed correctly as it appears in all the configuration menus and allows me to modify permissions.
The issue arrises when I go to add content. The content box does not appear. IE give me the following page error details
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 25 Feb 2010 23:35:48 UTC
Message: 'onLoad' is null or not an object
Line: 21
Char: 1666
Code: 0
URI: http://www.geomodelingonline.com/sites/all/modules/ckeditor/ckeditor/cke...
Message: 'theme' is null or not an object
Line: 23
Char: 2147
Code: 0
URI: http://www.geomodelingonline.com/sites/all/modules/ckeditor/ckeditor/cke...
I have tested in Safari 4.04 and gotten similar results
attached is a screen shot
Comments
Comment #1
webdrips commentedSubscribing
I get the exact same issue with the onLoad error (but no theme error in my case).
Comment #2
mephir commentedCan you change Loading method in ckeditor Advanced Setting to ckeditor_source.js and after that provide information about javascript bugs ? Which version of ckeditor you are using(i think about scripts not version of module)?
Comment #3
geoadmin commentedOk changed the loading method...I believe it was version 3.1.1 (Just noticed a new version as of last night so i will update)
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 26 Feb 2010 16:43:46 UTC
Message: 'onLoad' is null or not an object
Line: 59
Char: 9
Code: 0
URI: http://www.geomodelingonline.com/sites/all/modules/ckeditor/ckeditor/_so...
Comment #4
webdrips commentedI also updated the loading method and get a similar result in IE. In FF using Firebug, I get the following:
uncaught exception: [CKEDITOR.resourceManager.load] Resource name "drupalbreaks" was not found at "/sites/all/modules/ckeditor/plugins/drupalbreaks/undefined".Comment #5
mephir commented@daneesia: please look here #725754: Drupalbreaks problem with CKEditor 3.2, your bug appear with ckeditor 3.2. I don't think so if it is the same like geoadmin issue.
@geoadmin: are you trying to get work with patch from issue below? Maybe it depends on it.
Comment #6
webdrips commented@mephir Confirmed: downgrading to CEK 3.1.1 solved my issue
@geoadmin: don't upgrade to 3.2
Comment #7
geoadmin commentedmephir...are you asking if I tried the patch?
Not sure what you are asking
Comment #8
mephir commentedYes. I'm asking about patch from #725754: Drupalbreaks problem with CKEditor 3.2.
Comment #9
geoadmin commentedUpdating to Version 3.2 solved my problem....appears to be operating normally!!
I did not try the patch...