English 中文(简体)
JOOMLA + XML Parsing Error at 1:1496. Error 4: not well-formed (invalid token)
原标题:

I am receiving the error: "XML Parsing Error at 1:1496. Error 4: not well-formed (invalid token)" on all pages of a Joomla install. Not sure exactly when the error started but it was working before. I have recently installed SOBI2 and 4RSS components, however when I disable or uninstall them the error still shows up.

Joomla Version 1.5.15

URL: http://magni.webcity.com.au/~bes47125/water-alerts/

Any help with solving this error or even removing the display of it would be greatly appreciated.

问题回答

This can happen for a variety of reasons, but all point back to an XML file being invalid. Some common causes:

  • a file you have uploaded was uploaded corruptly
  • a component/module/etc you are using has a bad XML file
  • there s some mischief going on...

It can be a little tricky to figure out exactly which file (the error message only shows line/column!), so I find it handy to go into the administration area. From there, go to Extensions -> Install/Uninstall .

Now click through the Components , Modules , Plugins , Languages , Templates tabs. Note that the error could be in an XML file for any of these - and if you re noticing it on every page, then I would suspect a Language or Template is most likely.

If the same error comes up when you go to a tab, then one of the items in that tab has an invalid XML file. From there I d try checking the files on your site vs. known good copies (filesize can be a good indication), and re-upload any corrupted files.





相关问题
Parse players currently in lobby

I m attempting to write a bash script to parse out the following log file and give me a list of CURRENT players in the room (so ignoring players that left, but including players that may have rejoined)...

How to get instance from string in C#?

Is it possible to get the property of a class from string and then set a value? Example: string s = "label1.text"; string value = "new value"; label1.text = value; <--and some code that makes ...

XML DOM parsing br tag

I need to parse a xml string to obtain the xml DOM, the problem I m facing is with the self closing html tag like <br /> giving me the error of Tag mismatch expected </br>. I m aware this ...

Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

Locating specific string and capturing data following it

I built a site a long time ago and now I want to place the data into a database without copying and pasting the 400+ pages that it has grown to so that I can make the site database driven. My site ...

热门标签