Problem with FCKEditor plugin

Creating and modifying plugins.
Post Reply
iamx
Posts: 3
Joined: Mon Jun 18, 2007 1:02 pm

Problem with FCKEditor plugin

Post by iamx »

Hi.

I tried to install the FCKEditor plugin to replace the standard editor.

The plugin path I entered in the option page is: plugins/serendipity_event_fckeditor/fckeditor/

and I activated the WYSIWYG Editor for my user profile.

When I try to add a new entry now, there is no editor! It only shows me a blank area there the editor should appear.

There is an JavaScript Error too: "C has no properties"

Maybe anyone had this problem before and solved it?

Please help. Thx
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem with FCKEditor plugin

Post by garvinhicking »

Hi!

The path to your fck editor is wrong. Try:

/path/to/your/blog/plugins/serendipity_event_fckeditor/fckeditor/

instead?

You might want to search this forum for 'fckeditor'. How to find the proper path has been often discussed here.

Best 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/
iamx
Posts: 3
Joined: Mon Jun 18, 2007 1:02 pm

Post by iamx »

Hi.
Thanks for your reply.

I've searched the other topics in this forum for the problem, already and I found the solution with the path I've written in my first post. But its not working.

Now I tried to enter the absolute and the relative path to the plugin, but the editor is not working :(

These path values I entered:
plugins/serendipity_event_fckeditor/fckeditor/
/var/www/dev/blog/plugins/serendipity_event_fckeditor/fckeditor/
http://mydomain.com/plugins/serendipity ... fckeditor/

(mydomain.com has /var/www/dev/blog/ as document-root)

Any other ideas?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Can you tell us your URL? Then I can tell you which path to use, hopefully.

You should not enter a FILESYSTEM path there, but a HTTP path. Thus:

/var/www/dev/blog/plugins/serendipity_event_fckeditor/fckeditor/

is wrong. It needs to read:

/plugins/serendipity_event_fckeditor/fckeditor/

I believe.

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/
iamx
Posts: 3
Joined: Mon Jun 18, 2007 1:02 pm

Post by iamx »

Hi.

Thanks for your help, but the Editor doesn't work correctly in my serendipity version.
So I decided to try the tinymce editor. It works finde for me and I think I will use this one for my blog.

Best regards
iamx
Post Reply