After several attempts to contact Dan I decided to update this one myself. I know Alex042 also updated this mod but pulled its release. So I will post my attemp to upgrade this mod. I have it working on my test server but can not Guarantee it is bug free. Use at your own risk. This is my first attempt at upgrading any mod.
Hi, I downloaded and installed this mod over a fresh version of 3.43 but i get this error. http://www.sgs-eve.com/test/inc_news.asp ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/test/inc_news.asp, line 9
Any ideas on what the problem could be?
Edited by - StormFronteR on 15 December 2002 21:09:48
You need to make sure you have the following lines added to that page: <!--#INCLUDE VIRTUAL="forums/config.asp"--> <!--#INCLUDE VIRTUAL="forums/inc_func_secure.asp" --> <!--#INCLUDE VIRTUAL="forums/inc_sha256.asp"--> <!--#INCLUDE VIRTUAL="forums/inc_header.asp" -->
Usually you place them at the top befor any html. Then you will need to place this at the bottom of the page, after the html stuff:
<!--#INCLUDE VIRTUAL="forums/inc_footer.asp" -->
If your your forum is located somewhere else or if you have your webpage in your forum directory you will need to adjust the paths of the above.