Hi
I'm getting this error on the client's server but not on my own. looking back through previous posts on this topic, I've come to the following conclusions:
1. The problem could be solved if a line such as AddType text/xml .xml was added to the htaccess file on the server.
2. There may be another solution which involves setting the header explicitly.
I need to know how to solve the problem without changing the htaccess file.
I'm using FCKEditor 2.5 and PHP.
Can anybody help?
Thanks
I'm getting this error on the client's server but not on my own. looking back through previous posts on this topic, I've come to the following conclusions:
1. The problem could be solved if a line such as AddType text/xml .xml was added to the htaccess file on the server.
2. There may be another solution which involves setting the header explicitly.
I need to know how to solve the problem without changing the htaccess file.
I'm using FCKEditor 2.5 and PHP.
Can anybody help?
Thanks
Re: error loading fckstyle.xml
1. I replaced the first line of the xml file with <?php header('Content-type: text/xml');echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>"; ?> and saved it as a php file.
2. Then I told the config file to expect a PHP file rather than an XML file.
it works fine now