Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Can’t Register
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Can’t Register

 Post Reply Post Reply
Author
hexstar View Drop Down
Groupie
Groupie


Joined: 19 May 2003
Location: United States
Status: Offline
Points: 84
Post Options Post Options   Thanks (0) Thanks(0)   Quote hexstar Quote  Post ReplyReply Direct Link To This Post Topic: Can’t Register
    Posted: 11 September 2003 at 4:17pm
When ever I try to register a test account in my forum I get the following error:

ADODB.Recordset error '800a0e79'

Operation is not allowed when the object is open.

/forum/forum/includes/navigation_buttons_inc.asp, line 45

How can this be fixed?

P.S. I've installed the nav bar mod.

Go here to goto a great forum for help with XP and more: http://www.johnscompany.net/xp
Visit my cool forum at: http://forums.johnscompany.net!
Back to Top
b_bonnett View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 16 April 2003
Location: New Zealand
Status: Offline
Points: 275
Post Options Post Options   Thanks (0) Thanks(0)   Quote b_bonnett Quote  Post ReplyReply Direct Link To This Post Posted: 11 September 2003 at 4:26pm

What is the code on line 45 trying to do? Copy and paste it here.

Blair

Webmaster, The Plane Gallery
Greetings From Christchurch
Back to Top
hexstar View Drop Down
Groupie
Groupie


Joined: 19 May 2003
Location: United States
Status: Offline
Points: 84
Post Options Post Options   Thanks (0) Thanks(0)   Quote hexstar Quote  Post ReplyReply Direct Link To This Post Posted: 11 September 2003 at 5:00pm
Here's the full soruce code of navigation_buttons_inc.asp: 
 \\premfs7\sites\premium2\hexstar\webroot\forum\forum\i ncludes\navigation_buttons_inc.asp

0001: <br>
0002: <table width="<% = strTableVariableWidth %>" border="0" cellspacing="0" cellpadding="1" bgcolor="<% = strTableBorderColour %>" align="center">
0003:   <tr>
0004:     <td> <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="<% = strTableBgColour %>">
0005:         <tr>
0006:            <td bgcolor="<% = strTableBgColour %>"><table width="100%" border="0" align="center" cellpadding="4" cellspacing="1">
0007:                <tr valign="top" bgcolor="<% = strTableTitleColour %>" background="<% = strTableTitleBgImage %>">
0008:                   <td colspan="9" bgcolor="<% = strTableTitleColour %>" background="<% = strTableTitleBgImage %>" class="tHeading"><div align="center">Navigation</div></td>
0009:                </tr>
0010:                <tr valign="top" bgcolor="<% = strTableColour %>" background="<% = strTableTitleBgImage %>">
0011:                   <td width="11%" align="center" bgcolor="<% = strTableColour %>">
0012:                    <div align="center">
0013:                <%
0014:                Response.Write("<a href=""default.asp"" target=""_self"" class=""nav""><img src=""" & strImagePath & "Homepage1_icon.gif"" align=""absmiddle"" border=""0"" alt=""Homepage""><br>Homepage</a>")
0015:                %
>
0016:                </div></td>
0017:                   <td width="11%" align="center" bgcolor="<% = strTableColour %>">
0018:                    <%    
0019: 'Make sure that the forum ID number has a number in it otherwise set it to 0
0020: If isEmpty(intForumID) Then intForumID = 0
0021:
0022:    'Display the other common buttons
0023:    Response.Write ("<a href=""active_topics.asp?FID=" & intForumID & """ target=""_self"" class=""nav""><img src=""" & strImagePath & "active_topics.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtActiveTopics & """><br>" & strTxtActiveTopics & "</a>")
0024:     %
>
0025:                  </td>
0026:                   <td width="11%" align="center">
0027:                    <div align="center">
0028:                      <%    
0029: 'Make sure that the forum ID number has a number in it otherwise set it to 0
0030: If isEmpty(intForumID) Then intForumID = 0
0031:
0032:    'Display the other common buttons
0033:    Response.Write ("<a href=""active_users.asp"" & target=""_self"" class=""nav""><img src=""" & strImagePath & "active_users.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtActiveUsers & """><br>" & strTxtActiveUsers & "</a><br>")
0034:                           
0035: 'Get the number of active users if enabled
0036: If blnActiveUsers Then
0037:    'Initialise the SQL variable with an SQL statement count the number of records
0038:    If strDatabaseType = "SQLServer" Then
0039:       strSQL = "EXECUTE wwfSpCountOfActiveUsers"
0040:    Else
0041:       strSQL = "SELECT Count(tblActiveUser.Author_ID) AS ActiveUser From tblActiveUser;"
0042:    End If
0043:
0044:    'Query the database
0045:
Go here to goto a great forum for help with XP and more: http://www.johnscompany.net/xp
Visit my cool forum at: http://forums.johnscompany.net!
Back to Top
b_bonnett View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 16 April 2003
Location: New Zealand
Status: Offline
Points: 275
Post Options Post Options   Thanks (0) Thanks(0)   Quote b_bonnett Quote  Post ReplyReply Direct Link To This Post Posted: 11 September 2003 at 7:58pm

There seems to be a solution to that in the post about the nav bar (go here, there is another solution a couple of pages later on). See if they work.

Blair

Webmaster, The Plane Gallery
Greetings From Christchurch
Back to Top
Phat View Drop Down
Senior Member
Senior Member


Joined: 23 February 2003
Status: Offline
Points: 386
Post Options Post Options   Thanks (0) Thanks(0)   Quote Phat Quote  Post ReplyReply Direct Link To This Post Posted: 11 September 2003 at 9:31pm
rsCommon is still open from where ever it was used last. The recordset either needs to be closed or use another recordset.
Back to Top
hexstar View Drop Down
Groupie
Groupie


Joined: 19 May 2003
Location: United States
Status: Offline
Points: 84
Post Options Post Options   Thanks (0) Thanks(0)   Quote hexstar Quote  Post ReplyReply Direct Link To This Post Posted: 12 September 2003 at 4:35pm

Thank you b_bonnett the thread you linked to solved my problem. Thanks everyone else for trying to help!

Go here to goto a great forum for help with XP and more: http://www.johnscompany.net/xp
Visit my cool forum at: http://forums.johnscompany.net!
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.