XML Error Upon Loading FCKEditor
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 5.x-2.0-beta |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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.
| Attachment | Size |
|---|---|
| fck_error_1.png | 12.26 KB |
| fck_error_2.png | 23.85 KB |

#1
I think it's not a FCKeditor bug.
This may happen if:
So the suggested solution would be to disable parsing .xml files by PHP engine.
#2
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.