Author |
Topic |
|
minicow
Starting Member
8 Posts |
Posted - 08 November 2006 : 23:55:59
|
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 |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 09 November 2006 : 09:43:26
|
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 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
minicow
Starting Member
8 Posts |
Posted - 09 November 2006 : 12:03:19
|
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
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 10 November 2006 : 11:24:08
|
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 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 10 November 2006 : 11:56:23
|
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 |
|
|
bobby131313
Senior Member
USA
1163 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 10 November 2006 : 12:07:02
|
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 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
|
Topic |
|