Author |
Topic  |
|
cclark
Starting Member
USA
3 Posts |
Posted - 05 April 2001 : 10:22:13
|
I have installed the full code from HuwR. Most of the functions are working correctly except for when I click on bookmarks, new topics and the cancel notification. Once I click on these I receive the following error for all three:
Error Type: ADODB.Field (0x800A0BCD) Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /dev/test/inc_functions.asp, line 674
Any help would greatly be appreciated.
Thank you.
|
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 05 April 2001 : 10:28:41
|
It sounds like you haven't run the database update.
|
 |
|
cclark
Starting Member
USA
3 Posts |
Posted - 05 April 2001 : 12:02:44
|
Thanks for your response. I had not run the database update correctly.
Thanks again. Have a good day.
|
 |
|
Warchild
Starting Member
USA
46 Posts |
Posted - 05 April 2001 : 23:32:06
|
Bookmark.asp
Response object error 'ASP 0156 : 80004005'
Header Error
/forum/bookmark.asp, line 15
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
Line 15 is
response.buffer = true
If line 15 is set to false, I no longer get the error, however bookmarks are not saved
Someone PLEASE answer this, it's my 4th question with no response
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 06 April 2001 : 04:45:23
|
quote:
Bookmark.asp
Response object error 'ASP 0156 : 80004005'
Header Error
/forum/bookmark.asp, line 15
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
Line 15 is
response.buffer = true
If line 15 is set to false, I no longer get the error, however bookmarks are not saved
Someone PLEASE answer this, it's my 4th question with no response
Please try to post your qustion only once, you will get a quicker response if we do not have to read it twice. I answered your question in the other thread in which you posted
|
 |
|
|
Topic  |
|