Author |
Topic  |
|
JBaldwin
Junior Member
 
USA
137 Posts |
Posted - 17 December 2005 : 00:55:58
|
Ok. I am having some issues with the points mod. The ones I have found so far:
1) When a new user registers at the forum, I send them he reg email. They click on the link and then get a datamismatch error:
Microsoft JET Database Engine error '80040e07'
Data type mismatch in criteria expression.
/forum/forum2/register.asp, line 186
returned to them in register.asp. Line 186 is the last line of code in the text file below. My code is this:
www.jbaldwin.net/misc/registerASPerror.txt
2) If you are in the store (but not logged in) and try to log in from that page (pstore.asp), you get this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'sha256'
/forum/forum2/inc_header.asp, line 207
I followed someones advice from another thread on this forum and added the inc_sha256 file to first to pstore.asp and no luck, just new errors. So I returned it to its previous state and tried to add it to inc_header.asp and again, received new errors as well.
www.jbaldwin.net/misc/pstoreASPerror.txt
PLEASE HELP! I REALLY want to get this mod working flawlessly and Ive run out of Excedrin Migraine already. Thanks in advance!
|
AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News

|
Edited by - JBaldwin on 17 December 2005 01:04:00 |
|
JBaldwin
Junior Member
 
USA
137 Posts |
Posted - 17 December 2005 : 08:47:10
|
Ok..problem one solved. I had the points aspects out of order. So I made sure to put them both in a corresponding place. Now onto the store and sha256 problem!
This is the code from inc_header (error is type mismatch line 207):
select case Request.Form("Method_Type")
case "login"
LINE 207 ----> strEncodedPassword = sha256("" & Request.Form("Password"))
select case chkUser(strDBNTFUserName, strEncodedPassword,-1)
case 1, 2, 3, 4
Call DoCookies(Request.Form("SavePassword"))
strLoginStatus = 1
case else
strLoginStatus = 0
end select
case "logout"
Call ClearCookies()
end select
|
AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News

|
Edited by - JBaldwin on 17 December 2005 09:11:04 |
 |
|
JBaldwin
Junior Member
 
USA
137 Posts |
|
Rasco
Advanced Member
    
Germany
3192 Posts |
Posted - 18 December 2005 : 16:07:05
|
Maybe you should just put the copyright info back into place on the beginning of the code...
... and btw. don`t forget the opening "<%" before the copyright
 |
German Snitz Forum
|
 |
|
JBaldwin
Junior Member
 
USA
137 Posts |
Posted - 19 December 2005 : 09:25:22
|
quote: Originally posted by Rasco
Maybe you should just put the copyright info back into place on the beginning of the code...
... and btw. don`t forget the opening "<%" before the copyright

Umm, I didnt take any copyright info out. Not sure if I understand the direction or tone your comment was taking, however, if you're referring to this:
http://www.jbaldwin.net/misc/pstoreASPerror.txt
I just copied/pasted into notepad some of the code. The complete header with all of the copyright and authoring comments is complete and intact in my actual code that is on the server. I only included the part of pstore.asp that would be relavent in trying to get some assistance with my problem that I am having. Thanks though.
So, if someone can provide some useful assistance, not accusations, I reaaally would appreciate it.  |
AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News

|
 |
|
Rasco
Advanced Member
    
Germany
3192 Posts |
Posted - 19 December 2005 : 11:07:24
|
Sorry, I didn`t mean to offend you, but if you post a link to a text file of your code I take it, it`s all the code that is in the file. And the missing of the first could be a possibility.....
|
German Snitz Forum
|
 |
|
JBaldwin
Junior Member
 
USA
137 Posts |
|
anandmys
Starting Member
India
2 Posts |
Posted - 08 May 2006 : 10:19:01
|
I am getting the error
-2147217900 | Cannot insert explicit value for identity column in table 'FORUM_STORE_ITEMS' when IDENTITY_INSERT is set to OFF.
While installing the mod
I am unable to add store items. What should I do? |
 |
|
|
Topic  |
|