BallReviews

Site Support => Bug Reports => Topic started by: janderson on November 10, 2003, 08:36:27 PM

Title: Broken Forum Search
Post by: janderson on November 10, 2003, 08:36:27 PM
Problem Page: /Forum/Search.asp

Error:
ADODB.Recordset error '800a0e78'
Operation is not allowed when the object is closed.
/Forum/SearchResults.asp, line 110

Context: ( to duplicate )
Search conditions were:
"dry"
match exact phrase
forum: miscellaneous
Search in: subject only
since past 14 days
--------------------
Questions?  Drop me a line: haestas-(at)-yahoo.com
Title: Re: Broken Forum Search
Post by: seadrive on November 11, 2003, 12:13:26 PM
This is an error that occurs once in a while, usually when the script is unable to establish a connection to the database.  It's not usually something that needs to be fixed.

On edit:

I take that back, it does seem to be "broken", as the message retrieval mechanism is working just fine.
--------------------
seadrive
Cogito ergo bowl


Edited on 11/11/2003 1:25 PM
Title: Re: Broken Forum Search
Post by: janderson on November 12, 2003, 11:25:23 AM
The error is typical of calling a property or method of the ADODB
recordset object *after* the connection to the database has been
closed.
--------------------
Questions?  Drop me a line: haestas-(at)-yahoo.com