Zen Cart Logo
Forums / All Other Contributions/Addons / fck editor plugin - error loading editors/fckplugin/fckstyles.xml

fck editor plugin - error loading editors/fckplugin/fckstyles.xml

Locked

Views: 9,119

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
7 Oct 2006, 3:48 AM
#1
etrader avatar

etrader

New Zenner

Join Date:
Dec 2005
Posts:
62
Plugin Contributions:
0

fck editor plugin - error loading editors/fckplugin/fckstyles.xml

I get the following error message when I try to use the fckeditor plugin.

Error loading editors/fckplugin/fckstyles.xml

7 Oct 2006, 3:56 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

I'd start by re-uploading that file in case it failed to upload properly.

7 Oct 2006, 4:59 AM
#3
etrader avatar

etrader

New Zenner

Join Date:
Dec 2005
Posts:
62
Plugin Contributions:
0

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

I already did that, but I still get the error.

7 Oct 2006, 6:39 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

  1. Are there any messages in your server's errorlog when this occurs?

  2. Perhaps the .htaccess file in your /editors folder may be blocking access and you'll need to adjust it to suit your server's configuration for security protection. You could test this by renaming the .htaccess in that folder to htaccess_temp

8 Oct 2006, 3:27 AM
#5
etrader avatar

etrader

New Zenner

Join Date:
Dec 2005
Posts:
62
Plugin Contributions:
0

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

There are no messages in my server's error logs.

Renaming the htaccess file didn't fix the problem.

8 Oct 2006, 3:31 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

Which browser are you using?

8 Oct 2006, 3:34 AM
#7
etrader avatar

etrader

New Zenner

Join Date:
Dec 2005
Posts:
62
Plugin Contributions:
0

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

I'm using Internet Explorer.

8 Oct 2006, 3:57 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

I can't duplicate this.

It seems to me like a permissions issue or something blocking access to the file.

Can you access the file directly via your browser?

http://yoursite.com/editors/fckeditor/fckstyles.xml

Wait a sec ... your post says "editors/fckplugin/fckstyles.xml" .... why did you call it "fckplugin" ? Which files did you edit to rename that ?

8 Oct 2006, 4:09 AM
#9
etrader avatar

etrader

New Zenner

Join Date:
Dec 2005
Posts:
62
Plugin Contributions:
0

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

Sorry. The error message does say error loading editors/fckeditor/fckstyles.xml

I can access the file in my browser without any permission problems.

Nevermind, the editor seems to work well anyway. I just have to click ok everytime the error pops up.

Thanks for your help.

13 May 2008, 4:40 AM
#10
h_lestrange avatar

h_lestrange

New Zenner

Join Date:
May 2008
Posts:
1
Plugin Contributions:
0

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

I had the same problem and fixed it by making a .htaccess file in the /editors/fckeditor/ directory with the following line in it.

AddType text/xml .xml

31 Dec 2009, 8:46 PM
#11
johnkosh avatar

johnkosh

New Zenner

Join Date:
Apr 2007
Posts:
22
Plugin Contributions:
0

Re: fck editor plugin - error loading editors/fckplugin/fckstyles.xml

I am getting “Internal Server Error” where the FCKeditor should be. If I remove the .htaccess file from /editors/ folder fckeditor works. I tried editing this file with AddType text/xml .xml and similar command with no luck. I also turned on the .htaccess file with in the /editors /fckeditor folder – no change. I am currently using Apache/2.2.3 (CentOS) Server. Has anyone had similar issues? Can I remove the .htaccess file without security issues? Can I fix this .htaccess file? Thanks in advance for your help. John