what on earth is "mibenumid" (last entry)? googling for it shows that it's a popular name for a url query param, but i'm not sure how that's relevant (perhaps the error comes from the "&" separator in a URL not being escaped?). is it used by some popular middleware? the pages google is throwing up seem to be asp...
>The MIBenum value is a unique value for use in MIBs to identify coded
character sets.
>The value space for MIBenum values has been divided into three
regions. The first region (3-999) consists of coded character sets
that have been standardized by some standard setting organization.
This region is intended for standards that do not have subset
implementations. The second region (1000-1999) is for the Unicode and
ISO/IEC 10646 coded character sets together with a specification of a
(set of) sub-repertoires that may occur. The third region (>1999) is
intended for vendor specific coded character sets.
However that specific error (reference to entity "x" for which no system identifier could be generated) has this message:
>This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
I notice this on one website that is using MIBEnumID:
Could it be that it is just throwing this error because of the unencoded ampersand? And that since it is part of some MS/ASP.net setup it is everywhere?