<?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 : 500 error in rss_feed_topic.asp</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 : 500 error in rss_feed_topic.asp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 22:38:27 +0000</pubDate>
  <lastBuildDate>Tue, 09 May 2006 10:32:17 +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=19765</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[500 error in rss_feed_topic.asp : Hi Borg  Thanksa bundle mate...]]></title>
   <link>https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106597.html#106597</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22914">DeadMeat</a><br /><strong>Subject:</strong> 19765<br /><strong>Posted:</strong> 09&nbsp;May&nbsp;2006 at 10:32am<br /><br />Hi Borg<DIV>&nbsp;</DIV><DIV>Thanks&nbsp;a bundle mate will do. This should sort out the problem. Just remember that there is no error trapping around the code in functions_date_time_format.asp file.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>DM</DIV>]]>
   </description>
   <pubDate>Tue, 09 May 2006 10:32:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106597.html#106597</guid>
  </item> 
  <item>
   <title><![CDATA[500 error in rss_feed_topic.asp : To prevent the error in the RSS_...]]></title>
   <link>https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106596.html#106596</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19765<br /><strong>Posted:</strong> 09&nbsp;May&nbsp;2006 at 10:26am<br /><br />To prevent the error in the RSS_ files, move the call to the include file, <font size="2">functions_date_time_format.asp to after the database opening call.<br><br>This will prevent these types of errors occuring.<br></font>]]>
   </description>
   <pubDate>Tue, 09 May 2006 10:26:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106596.html#106596</guid>
  </item> 
  <item>
   <title><![CDATA[500 error in rss_feed_topic.asp : Hi Borg   That is the only error...]]></title>
   <link>https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106595.html#106595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22914">DeadMeat</a><br /><strong>Subject:</strong> 19765<br /><strong>Posted:</strong> 09&nbsp;May&nbsp;2006 at 10:20am<br /><br />Hi Borg <DIV>&nbsp;</DIV><DIV>That is the only error I get, everything else works like a dream. The bad part is that the error handling is not catching it. </DIV><DIV>&nbsp;</DIV><DIV>Ok after looking through things, I have located the source of the problem, and it is really simple I should have seen it sooner. The error is only likely to occur when the application variables are reset by the server, and the first page the user/bot loads is the rss feeds. The problem is that adoCon<BR>is set to nothing at that moment in time. The simplest way around this error would be to check if adocon is valid and if not then open the database, and then close it afterwards, so that the real opendatabase does not cause problems.</DIV><DIV>&nbsp;</DIV><DIV>This is not elegant, but will stop the rss feed pages from generating this particular error.</DIV><DIV>&nbsp;</DIV><DIV>In File functions_date_time_format.asp</DIV><DIV>line 77 insert&nbsp; :</DIV><DIV>&nbsp;&nbsp; dim&nbsp;&nbsp; we_open<BR>&nbsp;&nbsp; we_open = false</DIV><DIV>&nbsp;&nbsp; if adoCon is Nothing then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call openDatabase(strCon)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; we_open = true <BR>&nbsp;&nbsp; end if</DIV><DIV>&nbsp;</DIV><DIV>and then in line 98 insert :</DIV><DIV>&nbsp;&nbsp; if (we_open = true) then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call closeDatabase()<BR>&nbsp;&nbsp; end if<BR></DIV><DIV>&nbsp;</DIV><DIV>Not really nice, but it will stop the error 500, not sure if this is the same as some of the other problems that you are chasing, but could be a pointer.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>DM</DIV><span style="font-size:10px"><br /><br />Edited by DeadMeat - 09&nbsp;May&nbsp;2006 at 10:23am</span>]]>
   </description>
   <pubDate>Tue, 09 May 2006 10:20:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106595.html#106595</guid>
  </item> 
  <item>
   <title><![CDATA[500 error in rss_feed_topic.asp : You can get this error is the...]]></title>
   <link>https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106583.html#106583</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19765<br /><strong>Posted:</strong> 09&nbsp;May&nbsp;2006 at 9:08am<br /><br />You can get this error is the date/time database has not successfully been loaded into the web servers application pool.<br><br>There is error handling to prevent this, although there is a bug in the RSS files at present, which is being fixed. But if you get this error in other parts of your forum you may have a corrupted file, so try reuploading the files again.<br>]]>
   </description>
   <pubDate>Tue, 09 May 2006 09:08:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106583.html#106583</guid>
  </item> 
  <item>
   <title><![CDATA[500 error in rss_feed_topic.asp : Hi     I am getting a 500...]]></title>
   <link>https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106512.html#106512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22914">DeadMeat</a><br /><strong>Subject:</strong> 19765<br /><strong>Posted:</strong> 08&nbsp;May&nbsp;2006 at 11:04am<br /><br />Hi<DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>I am getting a 500 error in the file : functions/<FONT size=2>functions_date_time_format.asp at line 78.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>The error message is : <FONT size=2>Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.</FONT></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>I am not sure what could be causing this, and unfortunately I do not have time at this moment to debug it as to the exact problem. If some one else has had this problem and corrected i, please let me know. If you need more information let me know and I will post more data from the error message.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thanks</FONT></DIV><DIV><FONT size=2>DM</FONT></DIV>]]>
   </description>
   <pubDate>Mon, 08 May 2006 11:04:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/500-error-in-rss-feed-topic-asp_topic19765_post106512.html#106512</guid>
  </item> 
 </channel>
</rss>