I've searched and found similar errors but not this one exactly. I get the 'error loading "drupal/sites/all/modules/fckeditor/fckeditor/fckstyles.xml"' bit, but then when I click for more info it shows the full xml as it is in the fckstyles.xml file (which is in the folder specified).

Nothing funky in my .htaccess file to prevent permissions. Any ideas?

Thank you!

Comments

bobzillaforever’s picture

Got it figured out. Added the following line to .htaccess
AddType text/xml xml

Thanks

yersin’s picture

Where should I add that line in .htccess? Is it a common problem?

thanks
- yhh -

bobzillaforever’s picture

I added it on one of my first available lines. I think as long as you don't put it inside another tag, you can put it anywhere you'd like.

I don't know how common it is. But it would seem it may be fairly common.