First of all, this is a great forum. Though I have a slight problem. I have implemented the code and everything works fine. But when a user has registered and tries to log in he gets the message: Your username and/or password were incorrect. Then I enter the adminsystem, list the users and can see that under title is instead of Starting member and so on is written : error
I havent modified any code, just implemented the system after the book. I would really appreciate some help, probably just a simple thing. The url is: http://asp.bokmaker.com/forum/
Now I found out, that when you have registered a new user and look the user up in the databasetable FORUM_MEMBERS, the M_DEFAULT_VIEW is set to <NULL> ? Someone any ideas ? Is it the export to the SQL 7.0 server that fails or.... Any help would be appreciated
Export to SQL 7 ??? If your setting a new board up using SQL7 all you are required to do is
1) Create a table in your SQL 7 Server 2) Edit Config.asp to have the correct ODBC strings for the table you created 3) Upload it all to your webserver 4) run setup.asp from your webserver.
If I'm correct in assuming what you've done is try and import the supplied Access database to SQL7 then you are going to have a bunch of problems. Have a good read of the readme.txt file again.