Error:'realTinyMCE' is undefined

Creating and modifying plugins.
Post Reply
peaz
Regular
Posts: 18
Joined: Tue Apr 18, 2006 12:26 pm
Contact:

Error:'realTinyMCE' is undefined

Post by peaz »

Line:43
Char:2
Code:0
Error:'realTinyMCE' is undefined
URL:http://atpeaz.placidthoughts.com/serend ... ction]=new
Can anyone help me with the problem as shown above? I'm sure I installed and configured it as I'm suppose to. Selecting WYSIWYG editor gives me this error when I try to create a new entry.

Using Serendipity 1.0Beta2
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Error:'realTinyMCE' is undefined

Post by garvinhicking »

Hi!

Hm, I don't know where this "realTinyMCE" comes from. What exactly did you enter into your TinyMCE plugin configuration? Can you make a screenshot? Can you post the HTML output of your entry creation panel?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
peaz
Regular
Posts: 18
Joined: Tue Apr 18, 2006 12:26 pm
Contact:

Post by peaz »

Here's the screenshots and the HTML output

Image
Image

And here's the html output http://atpeaz.placidthoughts.com/upload ... _admin.txt
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Do not use "\" paths! Only always enter "/" forward slashes for path configurations. That should be the error in your case, have a try.

"\" is a backslash that will yield all sorts of strange results when being used.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
peaz
Regular
Posts: 18
Joined: Tue Apr 18, 2006 12:26 pm
Contact:

Post by peaz »

i've tried that. Still the same problem. i thnk I'll try another WYSIWYG plugin maybe.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

What was the full path you entered there?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
peaz
Regular
Posts: 18
Joined: Tue Apr 18, 2006 12:26 pm
Contact:

Post by peaz »

Hmm FCK editor works. but with a "FCKDialog' is undefined"

Weird.

Edit: Wait I think I fixed it. one of the fckconfig.js file didn't overwrite the one installed by the plugin.

I extracted fck into /plugins/serendipity_event_fckeditor instead of /plugins/serendipity_event_fckeditor/fckeditor.

But well, it's working now and i don't want to change anything now.
Post Reply