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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 moving archived posts
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

minicow
Starting Member

8 Posts

Posted - 08 November 2006 :  23:55:59  Show Profile
is there a way to do this??? I have some posts that were archived in an area that is no longer needed, and would like to move them to another area. each time I try tho I get an error message. am I stuck with them where they are or is there away around this? thanks for any help you can provide.

bobby131313
Senior Member

USA
1163 Posts

Posted - 09 November 2006 :  00:04:17  Show Profile  Visit bobby131313's Homepage


I'm not positive, but without editing the DB direct, I think you're stuck.


Switch the order of your title tags
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 09 November 2006 :  02:26:32  Show Profile  Send ruirib a Yahoo! Message
What error message do you get?


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

bobby131313
Senior Member

USA
1163 Posts

Posted - 09 November 2006 :  09:43:26  Show Profile  Visit bobby131313's Homepage


Rui,

I get...

quote:
ADODB.Field error '800a0bcd'

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

/forum/post_info.asp, line 516


Always have when trying to edit an archived post in any way, that's why I gave the response above. We'll see if the OP gets the same one.

I just assumed it was supposed to be that way, but if I'm wrong, that would be wonderful.


Switch the order of your title tags
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 09 November 2006 :  10:25:22  Show Profile  Send ruirib a Yahoo! Message
I don't think I ever tried this Bobby, but I'll check.


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

minicow
Starting Member

8 Posts

Posted - 09 November 2006 :  12:03:19  Show Profile
This is the error I get
quote:
ADODB.Field error '800a0bcd'

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

/forum/post_info.asp, line 475



Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 November 2006 :  11:24:08  Show Profile  Send ruirib a Yahoo! Message
Bobby I will havea look at this in your forum, I need to check the value of a variable. If you want, try adding this before the line that gives you the problem.

Response.Write strTablePrefix
Response.End

Tell me what is shown and then you can remove it.


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

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 November 2006 :  11:56:23  Show Profile  Send ruirib a Yahoo! Message
Bobby,

I fixed it in your forum. You should now be able to edit archived topics.

minicow,

Here is what you need to change. About two lines above that line that errors out, find this

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


change it to

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





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

bobby131313
Senior Member

USA
1163 Posts

Posted - 10 November 2006 :  12:02:32  Show Profile  Visit bobby131313's Homepage


I get...

FORUM_

that's it, no error message.


Switch the order of your title tags
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 November 2006 :  12:03:11  Show Profile  Send ruirib a Yahoo! Message
Sorry, I already fixed it, you were a bit slow ..


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

bobby131313
Senior Member

USA
1163 Posts

Posted - 10 November 2006 :  12:07:02  Show Profile  Visit bobby131313's Homepage
quote:
Sorry, I already fixed it, you were a bit slow ..


I was, however, quick enough to screw up overwrite what you fixed .

I fixed it again though.

Thanks!


Switch the order of your title tags
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 November 2006 :  12:07:58  Show Profile  Send ruirib a Yahoo! Message
You're welcome.


Snitz 3.4 Readme | Like the support? Support Snitz too
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.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07