The new database error 872 seems to have no explanatory page, and I am having trouble working it out for myself. I've only looked at a small sample. I haven't found the answer in the help.
My current assumption is that long reference names like this: <ref name="Burke's Peerage, Baronetage & Knightage"> are causing the problem. It's not a name I would use myself. I can see a number of potential problems:
- the name is too long
- the name contains a number of ”special characters”:
- spaces (not a problem AFAIK)
- single quotation mark
- ampersand
- Something I haven't thought of
These could be problems in the name or in the test, of course. I'm not sure I see why any of these need to be problems, because they don't end up in the final HTML (I think), but that doesn't mean they should be permitted. (My habits developed over 40+ years of software development mean I would use a short but meaningful name, without spaces, and only using alphanumerics or underscore, but that's just me.)
And the error might be somewhere else - but I can't detect it, by looking at the profile page, its source, or the editing preview view.
An example profile with the reported problem is Champernowne-82
The info field in the report, for that profile, says: </ref>;i;i;i;i;r
It is possible that the usage being objected to is:
<ref name="burke"/>
<ref>
some ref text
</ref>
but that shouldn't (I think) be an error.