I get the following error when I run my link list entries through the validator:
ine 262, Column 45: cannot generate system identifier for general entity "urlid".
<li><a href="http://thedalzells.org//?ACT=27&urlid=1">Muddylaces</a></li>
✉
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
Any ideas on if this is fixable?
Hmm I guess since my forums are down right now, no one can post to it for support. I’ll have to bring them back up. not sure why i even took it down actually.
I guess i’ll fix the counting url to use the ampersand properly.
this is the first time anyone’s brought this problem to me.
Well, I guess I need to update the documentation to go to the right URL’s. It’s been so long since I’ve even looked at this module, things have changed quite a bit.
for now you can download the updated module, but i suspect it’s no different than what you’ve done by replacing the & with & amp;. That’s all that I really did.
I’ve opened up the forums again, so you could also go in there.
For now, psychodaisy.com is now haroblogger.com. it changed a while back, and I totally forgot to change any documentation in my plugins and modules.
I’ll have to fix that.
but here’s a direct link for the download:
http://haroblogger.com/images/uploads/ee.mod.linklist.v1.2.1.zip
I’ll have to go through and make sure the code is up to par for the programming standards for EE too, so i’ll update the docs appropriately.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.