I have downloaded the Web Wiz Guide - Web Wiz Forums release v8.04 (MySQL)
I'm having problems with "Set adoCon = Server.CreateObject("ADODB.Connection")"
When I start forum everithing works fine. The problem occurs after
using the forum for many times.
It ocurrs exactly in the adodb.connection creation line: Set adoCon = Server.CreateObject("ADODB.Connection")
It's strange, the server is telling me that there is an instruction to
create a null object in forum code.
Here is the error return page from the webserver :
*****************************************
Active Server Pages error 'ASP 0241'
CreateObject Exception
/forum/default.asp
The CreateObject of '(null)' caused exception C0000005.
Server object
error 'ASP 0177 : c0000005'
Server.CreateObject Failed
/forum/database/database_connection.asp, line 248
c0000005
*****************************************
Does anybody has an idea about it?
Thanks in advance.
Edited by peter123 - 18 March 2007 at 6:39pm