Project:FCKeditor - WYSIWYG HTML editor
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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!

AttachmentSize
fckerror.gif27.15 KB

Comments

#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

Assigned to:bobzillaforever» Anonymous
Status:active» closed (fixed)

#5

Status:closed (fixed)» active

Where do I add it to my htaccess file?

#8

Status:active» closed (fixed)

Anywhere