I have just finished setting up the board and a couple of people can not login to the board. They went through the whole registration process and I even see there names in the members section. But one of them told me that when they press the members section they get this error:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/tons1234/forum/members.asp, line 139
They are not even able to see the "Login" and "Logout" link up top.
Problem seems to be that server.mappath does not work the same on all servers. I have integrated a number of third party ASP apps into my website on Hostpro. In every case, server.mappath does not return a path that the app can use. Server.mappath assumes a system path like "www.[].com". Hostpro starts at "www.[server.[].com\users\name\www\htdocs".
So, in every case, I have hardcoded the system path. Not elegant, but it works.