Well, I can run the setup.asp and it will tell me that everything is all good. But when I click on the link to login as as the admin I get an error in the default.asp line 56. I can enter in admin login and password, but then the page blanks out with another error so I'm stuck at the very beginning. Please help.
quote:And what is on your line 56 in your default.asp file? A link to your forum is always helpful. - David
http://www.iceterminal.com/forum/default.asp I haven't even been able to change any passwords and so forth. If you try to login in you'll see that it comes up with another error. The only file that I've edited is the config.asp file exactly like the readme.txt file says. I'm using MSSQL. I also get the exact same error if I use Access DB. Here is line 55 thru 57: if IsEmpty(Session(strCookieURL & "last_here_date")) then Session(strCookieURL & "last_here_date") = ReadLastHereDate(strDBNTUserName) end if
Myself being the coding idiot that I am, cannot understand this line other then it has do deal with cookies (I like chocolate chip mostly).
quote:And what is on your line 56 in your default.asp file? A link to your forum is always helpful. - David
http://www.iceterminal.com/forum/default.asp I haven't even been able to change any passwords and so forth. If you try to login in you'll see that it comes up with another error. The only file that I've edited is the config.asp file exactly like the readme.txt file says. I'm using MSSQL. I also get the exact same error if I use Access DB. Here is line 55 thru 57: //if IsEmpty(Session(strCookieURL & "last_here_date")) then //Session(strCookieURL & "last_here_date") = ReadLastHereDate(strDBNTUserName) //end if
Myself being the coding idiot that I am, cannot understand this line other then it has do deal with cookies (I like chocolate chip mostly).