snitz forums

This is a discussion on "snitz forums" within the Classic ASP section. This forum, and the thread "snitz forums are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 16th, 2003, 10:40
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,951
Blog Entries: 7
Thanks: 7
Thanked 3 Times in 3 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Congrats u2... what took you so long though? heh heh
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work

  #2 (permalink)  
Old Sep 16th, 2003, 12:01
Junior Member
Join Date: Sep 2003
Location: Vatican City
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Rob

Congrats u2... what took you so long though? heh heh
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">
I'm nearly there too. In fact, I'm one closer than I was before this post.
  #3 (permalink)  
Old Sep 16th, 2003, 13:44
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Actually, it isn't very big, and another thing, its not yellow, its more orangy brown, only Admins get yellow stars..
  #4 (permalink)  
Old Aug 12th, 2004, 18:58
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
snitz forums

im trying to set up my own snitz forum ...

in the config.asp file, i set the database type and link right etc..

but when it goes to default.asp i now get this:

Code: Select all
Error Type:
ADODB.Field (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/snitz/Default.asp, line 91
this is the relevant part of default.asp:

Code: Select all
88. Set rs1 = Server.CreateObject("ADODB.Recordset")
89. rs1.open strSql, my_Conn
90. 
91. Users = rs1("U_COUNT")
92. Topics = rs1("T_COUNT")
93. Posts = rs1("P_COUNT")
94.
95. rs1.Close
anyone help?
  #5 (permalink)  
Old Aug 13th, 2004, 16:19
Up'n'Coming Member
Join Date: Jul 2004
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Amari
Well i setup my snitz forum correctly! Are you sure you choose the right database type? Try the first database type that's the one that worked for me!
Closed Thread

Tags
snitz, forums

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Making a perfect snitz -> phpbb conversion cioto PHP Forum 7 May 30th, 2005 14:16
snitz to phpbb, cant seem to locate anything on this, Dshais_Lady Introduce Yourself 42 May 8th, 2005 14:56


All times are GMT. The time now is 21:43.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43