error loading fckstyles.xml
bobzillaforever - March 11, 2008 - 22:26
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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!
| Attachment | Size |
|---|---|
| fckerror.gif | 27.15 KB |

#1
i'm having this exact issue too...not sure how to solve
#2
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
#3
Sweet! You're the coolest--that was it.
#4