I'm having a problem with the Classifieds MOD. I'm using the latest version of Snitz Forums (3.4.04) and version 1.2 of Classifieds. The forum is set up to authenticate using the NT Domain authorisation, rather than database authorisation.
Classifieds works perfectly until I try to post an ad. When I click on "Place an Ad" I get the following error:
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/staff/smallads/inc_func_class.asp, line 124
Line 124 in inc_func_class.asp tries to extract the Member ID from a RecordSet, created from the MEMBERS table. As I'm using NT authorisation this fails with an empty recordset, because the user I'm trying to post with isn't in the MEMBERS table, only the NT database.
So my question is, does Classifieds support using NT authorisation? If it does, can someone tell me what I need to do to turn on the support; if not, can anyone tell me how to modify Classifieds so that it will?
Thanks in advance
Rob McMordie