Ok I've just downloaded FCKeditor to my website. Then went to the sample (without doing anything else) and it says "error loading /FCKeditor/fckstyles.xml". Its on the root of my website. I've tried in both firefox and IE and still get the problem.
Help
Thanks
Wed, 12/07/2005 - 07:43
#1
RE: Downloaded, Installed, Sample not working
RE: Downloaded, Installed, Sample not working
Some people have said that the access to .xml files is restricted in their servers, others have found other different problems, search the forum and try to change the settings of your server.
RE: Downloaded, Installed, Sample not working
Re: Downloaded, Installed, Sample not working
I had this error: "Couldn't load fckstyles.xml" with a server error 200, and asking if I wanted to see the server's response dump. It turns out that I had an Apache configuration that passed xml files to my PHP preprocessor:
File httpd.conf:
I remember doing that a while back, for some reason that seemed good at the time. Anyway, I removed the 'xml' extension from the conf file and restarted my server. The problem went away.