Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Open)
 Bug + fix: editing of archived topics
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 November 2006 :  12:02:15  Show Profile  Send ruirib a Yahoo! Message
Right now, at line# 475, post_info.asp, there is

		strSql = Strsql & " FROM " & strTablePrefix & "TOPICS "

This results in a error of the type

ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

The fix is simple: replace strTablePrefix by strActivePrefix

		strSql = Strsql & " FROM " & strActivePrefix & "TOPICS "
<


Snitz 3.4 Readme | Like the support? Support Snitz too

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 10 November 2006 :  12:04:08  Show Profile  Visit HuwR's Homepage
line 475 of what <
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 November 2006 :  12:06:19  Show Profile  Send ruirib a Yahoo! Message
It's there, didn't you see it ?<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 11 November 2006 :  02:26:55  Show Profile  Visit muzishun's Homepage
rui, is that the section of code that looks like this?
	if Err_Msg = "" then
		'##Get Status of this Topic
		strSql = "SELECT T_STATUS, T_UREPLIES"
		strSql = Strsql & " FROM " & strTablePrefix & "TOPICS "
		strSql = strSql & " WHERE TOPIC_ID = " & Topic_ID
<

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 November 2006 :  05:51:32  Show Profile  Send ruirib a Yahoo! Message
Yes Bill, that's the one.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 12 November 2006 :  00:19:03  Show Profile  Visit muzishun's Homepage
Thanks. Good catch.<

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 06 January 2008 :  15:47:27  Show Profile
Was also mentioned here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=64583
Fixed in version 3.4.07.<

Support Snitz Forums

Edited by - Davio on 06 January 2008 16:39:13
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 06 January 2008 :  15:51:53  Show Profile  Send ruirib a Yahoo! Message
David, you just posted a link to this very topic. That's funny .<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 06 January 2008 :  16:38:51  Show Profile
LOL!!! Sorry. Too many tabs open with too many bug posts. <

Support Snitz Forums
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07