Trouble installing FCKeditor

Creating and modifying plugins.
Post Reply
JessaLu
Regular
Posts: 5
Joined: Sun May 14, 2006 4:14 am

Trouble installing FCKeditor

Post by JessaLu »

Hi - I have been trying for over a week to install FCK Editor. When I use Spartacus I get the following screen of errors:
Trying to open URL package_event_en.xml...
Fetched 193874 bytes from already existing file on your server. Saving file as /home/yarncour/public_html/jessaluknits/templates_c/package_event_en.xml...


Trying to open URL fckconfig.js?rev=1.9999...
The URL http://cvs.sourceforge.net/viewcvs.py/* ... rev=1.9999 could not be opened. Maybe the Serendipity or SourceForge.net Server is down - we are sorry, you need to try again later.
Fetched 8572 bytes from already existing file on your server. Saving file as /home/yarncour/public_html/jessaluknits//plugins/serendipity_event_fckeditor/fckconfig.js...
Trying to open URL serendipity_event_fckeditor.php?rev=1.9999...
The URL http://cvs.sourceforge.net/viewcvs.py/* ... rev=1.9999 could not be opened. Maybe the Serendipity or SourceForge.net Server is down - we are sorry, you need to try again later.
Trying to open URL lang_en.inc.php?rev=1.9999...
The URL http://cvs.sourceforge.net/viewcvs.py/* ... rev=1.9999 could not be opened. Maybe the Serendipity or SourceForge.net Server is down - we are sorry, you need to try again later.
Error: serendipity_event_fckeditor:67da4f030e89722919c539e0e97b807d (serendipity_event_fckeditor)
DEBUG: Plugin serendipity_event_fckeditor:67da4f030e89722919c539e0e97b807d not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => serendipity_event_fckeditor [install_plugin] => serendipity_event_fckeditor [spartacus_fetch] => event [action] => [adminAction] => ) .

Please report this bug. This error can happen if a plugin was not properly downloaded (check your plugins directory if the requested plugin was downloaded) or the inclusion of a file failed (permissions?)
Backtrace:
Installing plugin: Array ( [0] => serendipity_event_fckeditor [1] => [2] => event [3] => 0 [4] => serendipity_event_fckeditor )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_fckeditor:67da4f030e89722919c539e0e97b807d', 63, 'event', '0', 'serendipity_event_fckeditor')
Classname serendipity_event_fckeditor still does not exist. Aborting.
Loading plugin failed painfully. File not found?
Classname serendipity_event_fckeditor still does not exist. Aborting.

Fatal error: Call to a member function on a non-object in /home/yarncour/public_html/jessaluknits/include/admin/plugins.inc.php on line 797
Can anyone help?

Thanks :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Trouble installing FCKeditor

Post by garvinhicking »

Hi!

Please upgrade to Serendipity 1.0 or follow this advice:
http://blog.s9y.org/archives/126-Source ... again.html

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/
JessaLu
Regular
Posts: 5
Joined: Sun May 14, 2006 4:14 am

Post by JessaLu »

Thank you, Garvin :o) I did that and managed to get it installed, I downloaded the new version from fckeditor.net and unzipped it as well as changed the path to fckeditor. Now, when I go to write a new post there are no buttons at all, just a box to type into. I have WYSIWYG enabled.

I'm sort of confused - when you say to overwrite the fckconfig.js file with the one supplied, do you mean the one in the serendipity_event_fckeditor overwrites the one in /fckeditor or vice versa? I may have done that wrong and that may be my issue. I overwrote the one in serendipity_event_fckeditor with the one from /fckeditor. Which also means I no longer have the correct file - if that is the correct file...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

As it says in the introductory text of the fckeditor plugin, you should only put the fckconfig.js of the s9y plugin directory into the fckeditor subdirectory if you want some custom functionality -- I suggest to first try if it works at all before trying the advanced stuff. :)

So, try to go back to a clean state: Remove the plugin completely, install it again, download fckeditor, configure the plugin so that the right path is entered there. Make sure upper- and lowercasing is correct in the path.

HTH,
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/
Post Reply