<?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 : Timeout Problem when posting, please help</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 : Timeout Problem when posting, please help]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 22:36:58 +0000</pubDate>
  <lastBuildDate>Wed, 12 Jan 2005 10:53:37 +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=13317</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[Timeout Problem when posting, please help : &amp;#039;************************...]]></title>
   <link>https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73720.html#73720</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13393">chornee</a><br /><strong>Subject:</strong> 13317<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2005 at 10:53am<br /><br /><P><FONT style=": #ffffff" color=#999999 size=1>&nbsp;'******************************************<BR>&nbsp;'***&nbsp;Update Author Number of&nbsp;Posts&nbsp;***<BR>&nbsp;'******************************************</FONT></P><P><FONT style=": #ffffff" color=#999999 size=1>&nbsp;'Initalise the strSQL variable with an SQL statement to&nbsp;query the database to get the number of&nbsp;posts the user has made<BR>&nbsp;strSQL = "SELECT " &amp; strDbTable &amp; "Author.No_of_posts, " &amp; strDbTable &amp; "Group.Special_rank "<BR>&nbsp;strSQL = strSQL&nbsp;&amp; "FROM&nbsp;" &amp; strDbTable &amp; "Author, " &amp; strDbTable &amp; "Group "<BR>&nbsp;strSQL = strSQL&nbsp;&amp; "WHERE " &amp; strDbTable &amp; "Author.Group_ID = " &amp; strDbTable &amp; "Group.Group_ID AND " &amp; strDbTable &amp; "Author.Author_ID= " &amp; lngLoggedInUserID &amp; ";"</FONT></P><P><FONT style=": #ffffff" color=#999999 size=1>&nbsp;'Query the database<BR>&nbsp;rsCommon.Open strSQL, adoCon</FONT></P><P><FONT style=": #ffffff" color=#999999 size=1>&nbsp;'If there is a record returned by the database then read in the&nbsp;no of posts and&nbsp;increment it by&nbsp;1<BR>&nbsp;If NOT rsCommon.EOF Then</FONT></P><P><FONT style=": #ffffff" color=#999999 size=1>&nbsp;&nbsp;'Read in the no&nbsp;of posts the user has made and username<BR>&nbsp;&nbsp;lngNumOfPosts =&nbsp;CLng(rsCommon("No_of_posts"))</FONT></P><P><FONT style=": #ffffff" color=#999999 size=1>&nbsp;&nbsp;'Inrement the number of&nbsp;posts by 1<BR>&nbsp;&nbsp;lngNumOfPosts =&nbsp;lngNumOfPosts +&nbsp;1</FONT></P><P><FONT style=": #ffffff" color=#999999 size=1>&nbsp;&nbsp;'Initalise the SQL string with an SQL update command to&nbsp;update the number of posts the user has&nbsp;made<BR>&nbsp;&nbsp;strSQL = "UPDATE " &amp; strDbTable &amp; "Author SET "<BR>&nbsp;&nbsp;strSQL = strSQL&nbsp;&amp; "" &amp; strDbTable &amp; "Author.No_of_posts = " &amp; lngNumOfPosts<BR>&nbsp;&nbsp;strSQL = strSQL&nbsp;&amp; " WHERE " &amp; strDbTable &amp; "Author.Author_ID= " &amp; lngLoggedInUserID &amp; ";"</FONT></P><P><FONT style=": #ffffff" color=#999999 size=1>&nbsp;&nbsp;'Write the updated number of posts to the database<BR>&nbsp;&nbsp;adoCon.Execute(strSQL)<BR>&nbsp;End If</FONT></P><DIV>&nbsp;</DIV><DIV>This is what is making it time out.. the author number of posts.&nbsp; If I comment out the execute the posts work jsut fine, but the count is not incramented for the author.&nbsp; so everyone always says 0 posts ... For now i guess it atleast allows me to get my Forum up and running, but Some help to fix this would be greatly appreciated.</DIV>]]>
   </description>
   <pubDate>Wed, 12 Jan 2005 10:53:37 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73720.html#73720</guid>
  </item> 
  <item>
   <title><![CDATA[Timeout Problem when posting, please help : I have now tried setting up the...]]></title>
   <link>https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73710.html#73710</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13393">chornee</a><br /><strong>Subject:</strong> 13317<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2005 at 8:53am<br /><br />I have now tried setting up the forum on a different server with the same results .. Am I jsut overlooking somethign simple ?<DIV>&nbsp;</DIV><DIV>Here is the address to the "test" forum I setup, </DIV><DIV>&nbsp;</DIV><DIV><A href="http://24.24.41.129/forum" target="_blank">http://24.24.41.129/forum</A></DIV><DIV>&nbsp;</DIV><DIV>user test pass test</DIV><DIV>&nbsp;</DIV><DIV>it times out whenever trying to post, but the messages stiol get posted, jsut like my other forum.</DIV>]]>
   </description>
   <pubDate>Wed, 12 Jan 2005 08:53:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73710.html#73710</guid>
  </item> 
  <item>
   <title><![CDATA[Timeout Problem when posting, please help : I tried completely disabling the...]]></title>
   <link>https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73709.html#73709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13393">chornee</a><br /><strong>Subject:</strong> 13317<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2005 at 8:35am<br /><br />I tried completely disabling the mail .. and I changed all the email settings around, No luch either way.&nbsp; I cant beleive I am the only person having this problem.. Im sure its something simple, I jsut cant figure it out.<DIV>&nbsp;</DIV><DIV>Any other suggestions on things to turn off/on or anything else I can try ?</DIV>]]>
   </description>
   <pubDate>Wed, 12 Jan 2005 08:35:37 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73709.html#73709</guid>
  </item> 
  <item>
   <title><![CDATA[Timeout Problem when posting, please help : Often problems with errors when...]]></title>
   <link>https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73706.html#73706</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 13317<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2005 at 8:25am<br /><br />Often problems with errors when posting are to do with email settings.<br><br>Try disabling the email features and see if that solves the problem, ifit does you then know that it's the email settings in the admin areathat need looking at.<br><br>Maybe a localhost SMTP server would help.<br>]]>
   </description>
   <pubDate>Wed, 12 Jan 2005 08:25:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73706.html#73706</guid>
  </item> 
  <item>
   <title><![CDATA[Timeout Problem when posting, please help : I have had previous versions of...]]></title>
   <link>https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73705.html#73705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13393">chornee</a><br /><strong>Subject:</strong> 13317<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2005 at 8:17am<br /><br />I have had previous versions of Web Wiz Forums running on tit perfectly.&nbsp; Its a high end server and shouldnt have any problems at all running it.&nbsp; I have already tried adjusting the timeouts, that didnt help.&nbsp; also, the posts are making it, it something that happens after the insert... i think , because if i refresh the forum I can go back and see the posts I have entered.<DIV>&nbsp;</DIV><DIV>I have tried reinstalling it from scratch a couple times even..&nbsp; The only reason I even went up to 7.9 is because Somehow i lost all the stored procedurers from my previous install of 7.6 when moving my DB around, Once I get the forum working properly I am going to import my users and such .. But I cant even get the base install to work properly right now.</DIV><DIV>&nbsp;</DIV><DIV>any other suggestions on thigs to try ?</DIV>]]>
   </description>
   <pubDate>Wed, 12 Jan 2005 08:17:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73705.html#73705</guid>
  </item> 
  <item>
   <title><![CDATA[Timeout Problem when posting, please help : The error is cursed by the line...]]></title>
   <link>https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73697.html#73697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 13317<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2005 at 6:11am<br /><br />The error is cursed by the line inserting the number of posts the user has made into the database.<br><br>As this is a timeout error and the SQL Server is on the same server asthe forum I would check the timeout property in MS SQL Server is notset to low.<br><br>You can also set a connection timeout from the ASP connection byediting the file 'admin/SQL_server_connection.asp' and add thefollowing to the end of the connection string:-<br><br>Connection Timeout=90;<br>]]>
   </description>
   <pubDate>Wed, 12 Jan 2005 06:11:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73697.html#73697</guid>
  </item> 
  <item>
   <title><![CDATA[Timeout Problem when posting, please help : I ma installing a fresh instance...]]></title>
   <link>https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73678.html#73678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13393">chornee</a><br /><strong>Subject:</strong> 13317<br /><strong>Posted:</strong> 11&nbsp;January&nbsp;2005 at 8:02pm<br /><br />I ma installing a fresh instance of Web Wiz Forum 7.9 using sql.&nbsp; The site and the Sql Server are located on the same box.&nbsp; Its is not a slow box, it should definately be able to handle the forum .<DIV>&nbsp;</DIV><DIV>When I get it setup, I am doing some test posts and I get this error</DIV><DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><DIV><P><strong>Microsoft OLE DB Provider for SQL Server<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error '80040e31'</FONT><FONT face="Times New Roman" size=3> </FONT></strong><P><strong><FONT face=Arial size=2>Timeout expired</FONT> </strong><P><strong><FONT face=Arial size=2>/forum/post_message.asp</FONT><FONT face=Arial size=2>, line 837</FONT></strong> </P><DIV></DIV></DIV><DIV>Only when i am making a post, it still puts the post in the Database but it doesnt return the user back to the Site and instead gives that error.&nbsp; I can go back to the forum and read the posts, but if I reply I get the same thing ...</DIV><DIV>&nbsp;</DIV><DIV>I have used this forum alot and actually have purchased it for customers before.. Can anyone help me resolve this problem please</DIV><DIV>&nbsp;</DIV><DIV>Web Wiz forum 7.9 ... sql server 2000</DIV><DIV>&nbsp;</DIV><DIV>I have tried reinstalling it a couple times from scratch .. same results.</DIV>]]>
   </description>
   <pubDate>Tue, 11 Jan 2005 20:02:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/timeout-problem-when-posting-please-help_topic13317_post73678.html#73678</guid>
  </item> 
 </channel>
</rss>