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.
FCKeditor botched with upgrade to v1.1 & CMSMS v1.5.4
Re: FCKeditor botched with upgrade to v1.1 & CMSMS v1.5.4
just managed to get an error that suggests there's some sort of caching issue somewhere, just not sure where yet.
Where 'site' is the actual sitename 
Checking into error logs have found:
and the htaccess (the one at root level) is:
Code: Select all
Error loading http://site.com/modules/FCKeditorX/FCKeditor/editor/plugins/tablecommands/lang/en.js

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
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]