#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 18 years ago by
comment:2 Changed 18 years ago by
Status: | new → assigned |
---|
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 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
merged in revision 61
comment:4 Changed 18 years ago by
Milestone: | → FCKeditor 2.4 |
---|
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.