<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : error on header.asp</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : error on header.asp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 19:34:23 +0000</pubDate>
  <lastBuildDate>Tue, 02 Oct 2012 16:58:51 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=5300</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[error on header.asp : Hi Mike,This means that inc_header.asp...]]></title>
   <link>https://forum.productcart.com/error-on-header-asp_topic5300_post20231.html#20231</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5300<br /><strong>Posted:</strong> 02-October-2012 at 4:58pm<br /><br />Hi Mike,<div><br></div><div>This means that inc_header.asp is included more than once.</div><div><br></div><div>Your code snippet shows it once (in the correct location). So, either it's included again in header.asp, or it's included in the core file (e.g. home.asp).</div><div><br></div><div>You need to find the other inclusion of inc_header.asp and remove it.</div>]]>
   </description>
   <pubDate>Tue, 02 Oct 2012 16:58:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/error-on-header-asp_topic5300_post20231.html#20231</guid>
  </item> 
  <item>
   <title><![CDATA[error on header.asp : Hi there, I uploaded the following...]]></title>
   <link>https://forum.productcart.com/error-on-header-asp_topic5300_post20230.html#20230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2708">mike17</a><br /><strong>Subject:</strong> 5300<br /><strong>Posted:</strong> 02-October-2012 at 4:35pm<br /><br />Hi there, I uploaded the following code on header.asp to get the keywords geenrated by product cart.<br><pre ="code" style="padding: 0.5em; border: 1px dashed rgb140, 172, 187; color: rgb0, 0, 0; : rgb249, 249, 249; line-height: 1.1em; font-size: 12px; overflow: auto; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-trans: n&#111;ne; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"&gt;&lt;!--#include file="include-metatags.asp"--&gt;&lt;html&gt; &lt;head&gt;  &lt;%if pcv_PageName&lt;&gt;"" then%&gt;   &lt;title&gt;&lt;%=pcv_PageName%&gt;&lt;/title&gt;  &lt;%end if%&gt;  &lt;%GenerateMetaTags()%&gt;  &lt;%Response.Buffer=True%&gt;   &lt;%   Set conlayout=Server.CreateObject("ADODB.Connection")   conlayout.Open scDSN   Set RSlayout = conlayout.Execute("Select * From layout Where layout.ID=2")   Set rsIconObj = conlayout.Execute("Select * From icons WHERE id=1")  %&gt;  &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;  &lt;link type="text/css" rel="stylesheet" href="pcStorefront.css" /&gt;  &lt;!--#include file="inc_header.asp" --&gt; &lt;/head&gt;<br><br><br>I ended getting this error, <br><br></pre><p style="color: rgb0, 0, 0; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-trans: n&#111;ne; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><font face="Arial" size="2">Microsoft VBScript compilation<span ="Apple-c&#111;nverted-space">&nbsp;</span></font><font face="Arial" size="2">error '800a0411'</font></p><p style="color: rgb0, 0, 0; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-trans: n&#111;ne; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><font face="Arial" size="2">Name redefined</font></p><p style="color: rgb0, 0, 0; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-trans: n&#111;ne; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><font face="Arial" size="2">/NCFstore/pc/inc_header.asp</font><font face="Arial" size="2">, line 2</font></p>private const scIncHeader="1"--------------^<br><br>Can you please help ?<br><pre ="code" style="padding: 0.5em; border: 1px dashed rgb140, 172, 187; color: rgb0, 0, 0; : rgb249, 249, 249; line-height: 1.1em; font-size: 12px; overflow: auto; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-trans: n&#111;ne; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><br></pre><br>]]>
   </description>
   <pubDate>Tue, 02 Oct 2012 16:35:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/error-on-header-asp_topic5300_post20230.html#20230</guid>
  </item> 
 </channel>
</rss>