<?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 : Feedback after 2 weeks</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 : Feedback after 2 weeks]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 22:51:33 +0000</pubDate>
  <lastBuildDate>Thu, 04 May 2006 17:13:34 +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=19685</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[Feedback after 2 weeks : OK, I found the problem, it&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/feedback-after-2-weeks_topic19685_post106262.html#106262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19685<br /><strong>Posted:</strong> 04&nbsp;May&nbsp;2006 at 5:13pm<br /><br />OK, I found the problem, it's not to do with the user agent.<br><br>If the date and time data is not in the web servers memory it needs to be got from the database.<br><br>This means that this error will only occur if the web server has been inactive for awhile or if the app pool has recycled, therefore a database hit is required to get the data from the database and store it in the web servers memory.<br><br>By place the call to the include file after the database is opened later in the RSS files prevents this occasional error from happening.<br><br>To fix the other issue you mention with posts that have been deleted change line 474 of forum_posts.asp to the following:-<br><br>For intLoop = 0 to (intTotalRecords - 1)<br><br>The part -1 is added incase the record is deleted so that the UBound error doesn't occur as an array starts from 0 and not 1, so the total record count needs to have 1 subtracted to prevent a UBound error.<br>]]>
   </description>
   <pubDate>Thu, 04 May 2006 17:13:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/feedback-after-2-weeks_topic19685_post106262.html#106262</guid>
  </item> 
  <item>
   <title><![CDATA[Feedback after 2 weeks :   -boRg- wrote:Most of these...]]></title>
   <link>https://forums.webwiz.net/feedback-after-2-weeks_topic19685_post106256.html#106256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21123">kiklop</a><br /><strong>Subject:</strong> 19685<br /><strong>Posted:</strong> 04&nbsp;May&nbsp;2006 at 4:32pm<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />Most of these issues are already reported and have or are being fixed for the next version.However, the following has not, could you please give more details on this so it can be looked at?</td></tr></table> <br /><br />Borg here are some details (sorry for not posting this in another, dedicated thread thread.<br /><br />0x800A0BB9<br />Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another<br />/functions/functions_date_time_format.asp<br />Line 78<br /><br />Since i have an error reporting script i do receive periodically this error. So far itr has been reported only for following user agents:<br />- Feedreader<br />- Feedster Crawler/1.0; Feedster, Inc.<br />- Mozilla/4.0 (compatible; Google Desktop)<br />- YahooFeedSeeker/2.0 <br /><br /><br />The error is caused in both RSS_post_feed.asp and RSS_topic_feed.asp.<br />Please let me know if i can be of any help in resolving this <br /><br /><br /><br />p.s.<br />Borg, if you have found a way to avoid UBound error for the search i would really like to implement this since this error is getting pretty annoying :(<br /><br />Thank you!!<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;]]>
   </description>
   <pubDate>Thu, 04 May 2006 16:32:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/feedback-after-2-weeks_topic19685_post106256.html#106256</guid>
  </item> 
  <item>
   <title><![CDATA[Feedback after 2 weeks : Most of these issues are already...]]></title>
   <link>https://forums.webwiz.net/feedback-after-2-weeks_topic19685_post106230.html#106230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19685<br /><strong>Posted:</strong> 04&nbsp;May&nbsp;2006 at 12:53pm<br /><br />Most of these issues are already reported and have or are being fixed for the next version.<br><br>However, the following has not, could you please give more details on this so it can be looked at?<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;" /> 0x800A0BB9 <br>Arguments are of the wrong type, are out of acceptable range, orare in conflict with one another. functions_date_time_format.asp (line78)<br>This is so far caused only by YahooFeedSeeker/2.0 and Feedreader resported as user agent.</td></tr></table>]]>
   </description>
   <pubDate>Thu, 04 May 2006 12:53:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/feedback-after-2-weeks_topic19685_post106230.html#106230</guid>
  </item> 
  <item>
   <title><![CDATA[Feedback after 2 weeks : After more than two weeks since...]]></title>
   <link>https://forums.webwiz.net/feedback-after-2-weeks_topic19685_post106121.html#106121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21123">kiklop</a><br /><strong>Subject:</strong> 19685<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2006 at 1:26pm<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;After more than two weeks since we have upgraded to v.8 i wish to share our experiences.<br /><br />In overall most users are more than satisfied with new forum version. The forum is running faster, search options is much more better and subforum option is just great.<br /><br />Here is what we have found as "problematic" so far:<br /><br />- Type mismatch: 'UBound' on search_results_posts.asp is the most common problem. The problem is described at http://forums.webwiz.net/forum_posts.asp?TID=19553<br /><br />- Subscript out of range: '42' described at http://forums.webwiz.net/forum_posts.asp?TID=19435&PID=105948#105948 <br /><br /><br />- 0x800A0BB9 <br />Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. functions_date_time_format.asp (line 78)<br />This is so far caused only by YahooFeedSeeker/2.0 and Feedreader resported as user agent.<br /><br /><br />- problems using quick reply and post preview options. Some users have reported that this isn't working (they don't have this problem in regular reply form). I can't reproduce this error myself.<br /><br />- drop down menu/link for navigate to next or previous page isn't working on some firefox insances. Javascrip enabled, and most other options are working just fine except this one (and post preview for quick reply)<br /><br />I hope that future updates will fix most of these issues.<br /><br />Once again, my sincere gratitude to Borg for such a great form application. ]]>
   </description>
   <pubDate>Wed, 03 May 2006 13:26:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/feedback-after-2-weeks_topic19685_post106121.html#106121</guid>
  </item> 
 </channel>
</rss>