<?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 : Division by zero and forum skin problem</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 : Division by zero and forum skin problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 23:35:17 +0000</pubDate>
  <lastBuildDate>Mon, 02 Oct 2006 19:03:19 +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=21454</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[Division by zero and forum skin problem : I have analyzed the whole forum...]]></title>
   <link>https://forums.webwiz.net/division-by-zero-and-forum-skin-problem_topic21454_post114866.html#114866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20368">mantey</a><br /><strong>Subject:</strong> 21454<br /><strong>Posted:</strong> 02&nbsp;October&nbsp;2006 at 7:03pm<br /><br /><P align=left>I have analyzed the whole forum and figured out what was the problem. The problem was in code. To be more exact. </P><P align=left>If you change the application variable prefix <FONT color=#808080>(in setup_options_inc.asp)</FONT> to WWF2, then you get the error, described in first post. </P><P align=left>I needed to change the cookie prefix because I don't have only one forum on my site. I changed it and that didn't cause any problem. But when I changed the application variable prefix, then the problem occured. </P><P align=left>So, there is some issue with this code (in setup_options_inc.asp): </P><B><P align=left>'Set up application variables prefix<FONT face=System> </P></FONT><P align=left>'This can be useful if you are running mutiple installations of Web Wiz Forums on the same site or if you are using free web where you share your application object with others</P><P align=left>Const strAppPrefix = "<FONT color=#ff0000>WWF</FONT>"</P><P align=left></B>&nbsp;</P><DIV>Only when I change WWF to WWF2, the problem occurs, only in that case, If I change it to WWF3 or WWF5 or WWFwhatever, I don't get this error. I don't know, why is that so, I have some thoughts, but I don't know if this is the right reason. But I don't care now, because I've solved the problem.</DIV><span style="font-size:10px"><br /><br />Edited by mantey - 05&nbsp;October&nbsp;2006 at 4:18am</span>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 19:03:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/division-by-zero-and-forum-skin-problem_topic21454_post114866.html#114866</guid>
  </item> 
  <item>
   <title><![CDATA[Division by zero and forum skin problem : This is very odd, but certainly...]]></title>
   <link>https://forums.webwiz.net/division-by-zero-and-forum-skin-problem_topic21454_post114851.html#114851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21454<br /><strong>Posted:</strong> 02&nbsp;October&nbsp;2006 at 10:32am<br /><br />This is very odd, but certainly sounds to me like a server or database problem.<br><br>Are you using the database to store sever sessions? <br>If you are, is this because you are using a server farm or load balanced web servers?<br>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 10:32:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/division-by-zero-and-forum-skin-problem_topic21454_post114851.html#114851</guid>
  </item> 
  <item>
   <title><![CDATA[Division by zero and forum skin problem :  I have some problem. After upgrading...]]></title>
   <link>https://forums.webwiz.net/division-by-zero-and-forum-skin-problem_topic21454_post114837.html#114837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20368">mantey</a><br /><strong>Subject:</strong> 21454<br /><strong>Posted:</strong> 01&nbsp;October&nbsp;2006 at 11:16pm<br /><br /><FONT size=2><P>I have some problem. After upgrading to new version of Web wiz forum, I am experiencing a division by zero error: </P><P align=left><B>Microsoft VBScript runtime error '800a000b'</FONT><FONT size=3> </FONT></P><FONT size=2><P align=left>Division by zero</FONT><FONT size=3> </FONT></P></B><P align=left><FONT size=3></FONT></P><P align=left>&nbsp;</P><FONT size=2><P align=left>Sometimes forum is acting normal and sometimes I get this error.</P><P align=left></P><P align=left>The problem appears on two pages, forum_topics.asp and forum_posts.asp and it considers this two lines of code:</P><P align=left></P></FONT><FONT color=#ff0000 size=2><P align=left>Forum_topics.asp:</P><P align=left></P></FONT><FONT size=2><P align=left>'Count the number of pages for the topics using FIX so that we get the whole number and not any fractions</P><B><P align=left>intTotalRecordsPages = FIX(intTotalRecords / intTopicPerPage)</P><P align=left></P></B></FONT><FONT color=#ff0000 size=2><P align=left>&nbsp;</P><P align=left>Forum_posts.asp:</P><P align=left></P></FONT><FONT size=2><P align=left>'Count the number of pages for the topics using '\' so that any fraction is omitted</P><B><P align=left>intTotalRecordsPages = intTotalRecords \ intThreadsPerPage</P><P align=left></P><P align=left></B><FONT color=#ff0000>&nbsp;</P><DIV>Is there any way to solve this problem? </FONT></DIV><P align=left></P><P align=left>&nbsp;</P><P align=left>Also.</P><P align=left></P><P align=left>Sometimes forum skin just disappears leaving forum without any color and without any image. Only text is displayed, whether formatting is absent. That also doesn't happen always. Sometime it happens and sometime everything is ok. When that problem occurs, than also the above described problem (division by zero) is present. So there is something wrong, but I don't know how to fix it and where to search the cause of the problem (in code, maybe in database; I've tried to do something about it but, unfortunately,&nbsp;without any luck.).</P></FONT>]]>
   </description>
   <pubDate>Sun, 01 Oct 2006 23:16:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/division-by-zero-and-forum-skin-problem_topic21454_post114837.html#114837</guid>
  </item> 
 </channel>
</rss>