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 (GIFattached).

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

Thank you!

CommentFileSizeAuthor
fckerror.gif27.15 KBbobzillaforever

Comments

jzting’s picture

i'm having this exact issue too...not sure how to solve

jzting’s picture

ah, found the solution. it looks like it's a server configuration issue where apache (or whatever web server you're using) isn't serving xml files as it should, so the ajax request isn't processed correctly. if you're using apache, add this line to your .htaccess:
AddType text/xml xml

and it should load up fine now!

- jason

bobzillaforever’s picture

Sweet! You're the coolest--that was it.

wwalc’s picture

Assigned: bobzillaforever » Unassigned
Status: Active » Closed (fixed)
bflora’s picture

Status: Closed (fixed) » Active

Where do I add it to my htaccess file?

Jorrit’s picture

Status: Active » Closed (fixed)

Anywhere