XML Error Upon Loading FCKEditor

dan.thompson - January 15, 2008 - 16:09
Project:FCKeditor - WYSIWYG HTML editor
Version:5.x-2.0-beta
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Hi. Just installed FCKEditor on my test site. Followed the instructions to the letter. FCKEditor installs fine, but whenever I try to actually go to a page that uses the editor (like to create a new node), I get the attached error messages. I have tried clearing my browser cache and turning off caching and compression on my Drupal install. Have also double-checked permissions and ownership on all files. Yes, I have downloaded the FCKEditor libraries and put it in the fckeditor folder as directed. I downloaded version 2.5, which should work according to FCKEditor's documentation. Also checked the referenced fckstyles.xml file exists, and it does. It seems as though the editor loads fine is the funny thing, but I onviously don't want these error messages appearing on on production site, and I don't know what other issues this error might cause.

Also, I do not have the FileManager enabled. Enabling it does not seem to change anything. Also, logged in as a role that has permissions to use FCKEditor.

Thanks ahead of time for any help.

My web browser is Firefox 2.0 and my OS is Ubuntu Linux 7.1.

AttachmentSize
fck_error_1.png12.26 KB
fck_error_2.png23.85 KB

#1

wwalc - January 15, 2008 - 18:01
Category:bug report» support request
Status:active» closed

I think it's not a FCKeditor bug.

This may happen if:

  • Your server is configured to parse .xml files just like .php files
  • You have short_open_tag set to On (short tags enabled: "<?")

So the suggested solution would be to disable parsing .xml files by PHP engine.

#2

dan.thompson - January 15, 2008 - 18:56

OK. That did it. Just noting it to help people in the future. Had my PHP install set up to parse XML files and had short_open_tag on. Thanks for the help.

 
 

Drupal is a registered trademark of Dries Buytaert.