Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2008 at 22:26 UTC
Updated:
7 Mar 2012 at 06:43 UTC
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!
| Comment | File | Size | Author |
|---|---|---|---|
| fckerror.gif | 27.15 KB | bobzillaforever |
Comments
Comment #1
jzting commentedi'm having this exact issue too...not sure how to solve
Comment #2
jzting commentedah, 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
Comment #3
bobzillaforever commentedSweet! You're the coolest--that was it.
Comment #4
wwalc commentedComment #5
bflora commentedWhere do I add it to my htaccess file?
Comment #8
Jorrit commentedAnywhere