Page 1 of 1
Problem with FCKEditor plugin
Posted: Mon Jun 18, 2007 1:09 pm
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
Re: Problem with FCKEditor plugin
Posted: Mon Jun 18, 2007 2:27 pm
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
Posted: Mon Jun 18, 2007 3:37 pm
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?
Posted: Mon Jun 18, 2007 3:57 pm
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
Posted: Mon Jun 18, 2007 8:46 pm
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