<?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>Web Wiz Support and Community Forums : CDate error still happening</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : CDate error still happening]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 23:01:02 +0000</pubDate>
  <lastBuildDate>Mon, 22 Dec 2003 04:02:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=7956</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[CDate error still happening : I also had a lot of problems after...]]></title>
   <link>https://forums.webwiz.net/cdate-error-still-happening_topic7956_post42644.html#42644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14350">TT-Fan</a><br /><strong>Subject:</strong> 7956<br /><strong>Posted:</strong> 22&nbsp;December&nbsp;2003 at 4:02am<br /><br /><P>I also had a lot of problems after changing CDATE.</P><P>But now it all works, my Problem was that&nbsp;my Provider Company hade there Server in another country!! Perhaps you have the same Problems?</P>]]>
   </description>
   <pubDate>Mon, 22 Dec 2003 04:02:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdate-error-still-happening_topic7956_post42644.html#42644</guid>
  </item> 
  <item>
   <title><![CDATA[CDate error still happening : On install got the same problem...]]></title>
   <link>https://forums.webwiz.net/cdate-error-still-happening_topic7956_post42622.html#42622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14342">shem</a><br /><strong>Subject:</strong> 7956<br /><strong>Posted:</strong> 21&nbsp;December&nbsp;2003 at 8:10pm<br /><br /><P>On install got the same problem in UK host in Germany (+1 hours) 2003 shared server. Did all the Locale stuff and problem persisted perhaps host hasn't got locale installed, anyway ...</P><P>Tracked the cookie and noted that the LTVST was being recorded with a , not . I&nbsp;thought this&nbsp;was probably due to a server/database/locale setup, but just wanted to find a solution so checked recording a straight numeric date in the form 12345.123456789 in the cookie and found the&nbsp;. replaced by a comma when read straight out quite bizarre and probably not a locale issue.</P><P>This might not be complete fix as I haven't finished testing and it's not elegant but replaced in the following files <EM>common.asp, default.asp, active_topics.asp </EM>some code as follows.</P><P>Replace</P><P>isNumeric(Request.Cookies(strCookieName)("LTVST"))</P><P>with</P><P>isNumeric(Left(Request.Cookies(strCookieName)("LTVST"),5) &amp; "." &amp; Right(Request.Cookies(strCookieName)("LTVST"),9))<BR></P><P>and</P><P>CDate(Request.Cookies(strCookieName)("LTVST"))</P><P>with</P><P>CDate(Left(Request.Cookies(strCookieName)("LTVST"),5) &amp; "." &amp; Right(Request.Cookies(strCookieName)("LTVST"),9))</P><P>If those who have the problem with cdate and the cookie issue and find anything else to change or if this solves your problem let us know.</P>]]>
   </description>
   <pubDate>Sun, 21 Dec 2003 20:10:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdate-error-still-happening_topic7956_post42622.html#42622</guid>
  </item> 
  <item>
   <title><![CDATA[CDate error still happening : Each time you change your lcid...]]></title>
   <link>https://forums.webwiz.net/cdate-error-still-happening_topic7956_post41559.html#41559</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2334">Badaboem</a><br /><strong>Subject:</strong> 7956<br /><strong>Posted:</strong> 15&nbsp;December&nbsp;2003 at 5:10pm<br /><br />Each time you change your lcid code you have to clear your cookies.]]>
   </description>
   <pubDate>Mon, 15 Dec 2003 17:10:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdate-error-still-happening_topic7956_post41559.html#41559</guid>
  </item> 
  <item>
   <title><![CDATA[CDate error still happening : hmm, that still doesn&amp;#039;t seem...]]></title>
   <link>https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40983.html#40983</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13648">skacorechris</a><br /><strong>Subject:</strong> 7956<br /><strong>Posted:</strong> 12&nbsp;December&nbsp;2003 at 12:22pm<br /><br />hmm, that still doesn't seem to help...any ideas?]]>
   </description>
   <pubDate>Fri, 12 Dec 2003 12:22:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40983.html#40983</guid>
  </item> 
  <item>
   <title><![CDATA[CDate error still happening : i do have a different time setting...]]></title>
   <link>https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40673.html#40673</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13648">skacorechris</a><br /><strong>Subject:</strong> 7956<br /><strong>Posted:</strong> 10&nbsp;December&nbsp;2003 at 4:56pm<br /><br />i do have a different time setting on my PC, which could cause the problem.  but i have set the LCID to various settings to try and fix the problem and it hasn't worked.  I'm going to try overwriting the database with the blank one that came with it to see if that fixes it.]]>
   </description>
   <pubDate>Wed, 10 Dec 2003 16:56:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40673.html#40673</guid>
  </item> 
  <item>
   <title><![CDATA[CDate error still happening : it may be that you installed a...]]></title>
   <link>https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40410.html#40410</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2334">Badaboem</a><br /><strong>Subject:</strong> 7956<br /><strong>Posted:</strong> 09&nbsp;December&nbsp;2003 at 7:21am<br /><br /><P>it may be that you installed a different language os on your pc. I have US windows 2003 server and use lcid 1043 although I'm located in the netherlands. </P><span style="font-size:10px"><br /><br />Edited by Badaboem</span>]]>
   </description>
   <pubDate>Tue, 09 Dec 2003 07:21:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40410.html#40410</guid>
  </item> 
  <item>
   <title><![CDATA[CDate error still happening : I had the same kind of problems....]]></title>
   <link>https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40405.html#40405</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12607">madolik</a><br /><strong>Subject:</strong> 7956<br /><strong>Posted:</strong> 09&nbsp;December&nbsp;2003 at 6:50am<br /><br /><P>I had the same kind of problems. <IMG src="https://forums.webwiz.net/smileys/smiley19.gif" border="0"></P><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by madolik</span>]]>
   </description>
   <pubDate>Tue, 09 Dec 2003 06:50:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40405.html#40405</guid>
  </item> 
  <item>
   <title><![CDATA[CDate error still happening : Hi,  I was getting the CDate error...]]></title>
   <link>https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40394.html#40394</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13648">skacorechris</a><br /><strong>Subject:</strong> 7956<br /><strong>Posted:</strong> 09&nbsp;December&nbsp;2003 at 5:50am<br /><br />Hi,<br /><br />I was getting the CDate error as described in the documentation when I uploaded my forum to my webspace.  I followed instructions for setting the LCID in the common.asp file, which didn't solve the problem, and neither has the creation of a global.asa file.  I have been deleting cookies on each attempt, but still to no avail.<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> <br />Microsoft VBScript runtime error '800a000d' <br /><br />Type mismatch: 'CDate' <br /><br />/ahchrist/forum/default.asp, line 154 <br /></td></tr></table><br /><br />The forum's address is <a href="http://www.adriangreenwood.co.uk/ahchrist/forum" target="_blank">www.adriangreenwood.co.uk/ahchrist/forum</a> if that's of any use to you.<br /><br />I'm using the latest release of the forum.  Any ideas what could <em>still</em> be wrong?<br /><br />Thanks<span style="font-size:10px"><br /><br />Edited by skacorechris</span>]]>
   </description>
   <pubDate>Tue, 09 Dec 2003 05:50:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cdate-error-still-happening_topic7956_post40394.html#40394</guid>
  </item> 
 </channel>
</rss>