FCKeditor botched with upgrade to v1.1 & CMSMS v1.5.4

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
geepers
Dev Team Member
Dev Team Member
Posts: 84
Joined: Thu Nov 22, 2007 10:41 pm

FCKeditor botched with upgrade to v1.1 & CMSMS v1.5.4

Post by geepers »

Having major troubles with FCKeditor (v1.1)

The editor itself will not display when trying to access it through 'Extensions > FCKeditorX'. Tried changing skins, 'clicking' Update, clearing cache, etc...

Also get a blank content area and no editor toolbar when pulling up a page to edit.

I made certain that the User Preferences specify FCKeditorX. I've also uninstalled, removed, cleared cache and reinstalled.

Appreciate any ideas on how to chase this down.
geepers
Dev Team Member
Dev Team Member
Posts: 84
Joined: Thu Nov 22, 2007 10:41 pm

Re: FCKeditor botched with upgrade to v1.1 & CMSMS v1.5.4

Post by geepers »

just managed to get an error that suggests there's some sort of caching issue somewhere, just not sure where yet.

Code: Select all

Error loading http://site.com/modules/FCKeditorX/FCKeditor/editor/plugins/tablecommands/lang/en.js
Where 'site' is the actual sitename ;)

Checking into error logs have found:

Code: Select all

[Mon May 25 12:12:07 2009] [error] [client ip-address] client denied by server configuration: /home/myuser/site.com/html/modules/FCKeditorX/FCKeditor/editor/skins/default/images/toolbar.arrowright.gif
and the htaccess (the one at root level) is:

Code: Select all

# Action application/x-httpd-php5 /cgi-bin/php5.fcgi
# AddType application/x-httpd-php5 .php

#php_flag magic_quotes_gpc Off
#php_flag register_globals Off
#php_flag session.use_trans_sid Off

# Make sure you have Options FollowSymLinks
# and Allow on
RewriteEngine On

#Rewrites page.shtml as index.php?page
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
Locked

Return to “[locked] Installation, Setup and Upgrade”