Page 1 of 1

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

Posted: Mon May 25, 2009 8:23 pm
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.

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

Posted: Mon May 25, 2009 8:39 pm
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]