It's not a joking. 514 bugs with Inoutscripts Shopping Cart - 20

It's not a joking. 514 bugs with Inoutscripts Shopping Cart - 20

Article Index

  • Error Line 3302, Column 70general entity "appId" not defined and no default entity
    …connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=1636949589883252";

    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.

  • Warning Line 3302, Column 75reference not terminated by REFC delimiter
    …connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=1636949589883252";

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  • Error Line 3302, Column 75reference to entity "appId" for which no system identifier could be generated
    …connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=1636949589883252";

    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.

  • Info Line 3302, Column 69entity was defined here
    …connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=1636949589883252";
  • Error Line 3305, Column 8required attribute "type" not specified
    <script>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  • Error Line 3327, Column 43end tag for "input" omitted, but OMITTAG NO was specified
     <input type="hidden" id="carts" value="">

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  • Info Line 3327, Column 2start tag was here
     <input type="hidden" id="carts" value="">
  • Error Line 3328, Column 45end tag for "input" omitted, but OMITTAG NO was specified
     <input type="hidden" id="protect" value="">

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  • Info Line 3328, Column 2start tag was here
     <input type="hidden" id="protect" value="">
  • Error Line 3390, Column 145required attribute "rows" not specified
    …;}" onfocus="if (this.value=='Details') {this.value = '';}"/>Details</textarea>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  • Error Line 3390, Column 145required attribute "cols" not specified
    …;}" onfocus="if (this.value=='Details') {this.value = '';}"/>Details</textarea>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  • Error Line 3390, Column 163end tag for element "textarea" which is not open
    …;}" onfocus="if (this.value=='Details') {this.value = '';}"/>Details</textarea>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  • Error Line 3407, Column 146required attribute "rows" not specified
    …" onfocus="if (this.value=='Feedback') {this.value = '';}"/>Feedback</textarea>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  • Error Line 3407, Column 146required attribute "cols" not specified
    …" onfocus="if (this.value=='Feedback') {this.value = '';}"/>Feedback</textarea>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  • Error Line 3407, Column 165end tag for element "textarea" which is not open
    …" onfocus="if (this.value=='Feedback') {this.value = '';}"/>Feedback</textarea>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  • Error Line 3445, Column 31value of attribute "align" cannot be "absmiddle"; must be one of "top", "middle", "bottom", "left", "right"
    	<img align="absmiddle" border="0"   src="/userdata/languages/1/Thumb_en…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  • Error Line 3445, Column 107required attribute "alt" not specified
    …/1/Thumb_english.jpg"  title="English">&nbsp;English</a><a  onclick="change_la…

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  • Error Line 3445, Column 108end tag for "img" omitted, but OMITTAG NO was specified
    …1/Thumb_english.jpg"  title="English">&nbsp;English</a><a  onclick="change_lan…

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  • Info Line 3445, Column 10start tag was here
    	<img align="absmiddle" border="0"   src="/userdata/languages/1/Thumb_en…
  • Error Line 3446, Column 31value of attribute "align" cannot be "absmiddle"; must be one of "top", "middle", "bottom", "left", "right"
    	<img align="absmiddle" border="0"  src="/userdata/languages/5/Thumb_spa…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  • Error Line 3446, Column 106required attribute "alt" not specified
    …/5/Thumb_spanish.jpg"  title="Spanish">&nbsp;Spanish</a><a  onclick="change_la…

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  • Error Line 3446, Column 107end tag for "img" omitted, but OMITTAG NO was specified
    …5/Thumb_spanish.jpg"  title="Spanish">&nbsp;Spanish</a><a  onclick="change_lan…

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  • Info Line 3446, Column 10start tag was here
    	<img align="absmiddle" border="0"  src="/userdata/languages/5/Thumb_spa…
  • Error Line 3447, Column 31value of attribute "align" cannot be "absmiddle"; must be one of "top", "middle", "bottom", "left", "right"
    	<img align="absmiddle" border="0"  src="/userdata/languages/6/Thumb_fre…

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

  • Error Line 3447, Column 104required attribute "alt" not specified
    …rdata/languages/6/Thumb_french.jpg"  title="French">&nbsp;French</a>					</div>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  • Error Line 3447, Column 105end tag for "img" omitted, but OMITTAG NO was specified
    …rdata/languages/6/Thumb_french.jpg"  title="French">&nbsp;French</a>					</div>