FCK Editor doesn't show in Drupal 6.x in IE

jureb - February 15, 2009 - 08:28

I'm having a problem with FCD Editor in Drupal 6.x system. It works perfect in all browsers except IE. I use IE 7 browser. In IE it shows a link to enabled rich text editor, but when I click on that link it gives me this error message:

Line: 1778
Char: 9
Error: 'oFCK_1' is null or not an object
Code: 0
URL: http://my.site.com/?q=node/add/story

I get the message only in some page themes, in basic Drupal theme (Garland) for example, it works.
I need to have it worked in IE aslo, because the majority of my users use IE browser.
I tried lots of things but coul not get a reason for not working.

Any ideas? Please help me.

Since this is working in

ScoutBaker - February 15, 2009 - 09:24

Since this is working in Garland, you should mention what theme you are using. Maybe someone will know. Also, you can check the issue queues for both FCK Editor and your theme to see if this has been reporte before.

---
"Nice to meet you Rose...run for your life." - The Doctor
My first public Drupal site - EyeOnThe503

theme

jureb - February 16, 2009 - 07:38

I have upgraded a bit changed golden hour theme from Drupal 5.x.
I also have uprgaded other themes but they all work.

Yuo can see the mentioned theme it here: http://sdb.oratorij.net/oratorij/golden_hour.zip

solution

jureb - March 17, 2009 - 20:04

If nobody gives me the answer I give it to you:

In the Drupal basic theme file (page.tpl.php) there was a css id named "menu"
div id="menu"

In IE 6 the name "menu" was making a coflict with something else and I've got a Javascript error message.
So I simply changed the id name from "menu" to somethin else - e.g. "top-menu" and it works perfect.

Like this:
div id="top-menu"

By

 
 

Drupal is a registered trademark of Dries Buytaert.