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
Problem with FCKEditor plugin
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Problem with FCKEditor plugin
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
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/
# 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/
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?
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:
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
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/
# 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/