Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#40 closed Bug (fixed)

avoid this.DOMDocument has no properties

Reported by: Alfonso Martínez de Lizarrondo Owned by: Alfonso Martínez de Lizarrondo
Priority: Normal Milestone: FCKeditor 2.4
Component: General Version:
Keywords: Cc:

Description

If the user hasn't configured properly the paths and/or the permissions to send xml files he may get an error trying to load for example the StylesXmlPath file.

I've added some extra code (in my branch) in FCKXml.prototype.LoadUrl so he can learn better of the problem and see what the server has sent.

If the reply can't be processed as XML then he can choose to see what the server has sent, hopefully this will lead to some people finding out their problems.

Change History (4)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Ok for this one for now.

I think the best solution would be silently handling the error, so the end user will not face those alerts. At the same time, something must be provided to the developer to understand the problems. Let's work on this for future versions.

comment:2 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Status: newassigned

When the system is working the user shouldn't ever see this kind of error, this should be useful only to the people that are installing FCKeditor for the first time in a server and can't get the xml files to load.

But I agree that a better solution should be available in the future.

comment:3 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: assignedclosed

merged in revision 61

comment:4 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.4
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy