Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Points Mod Problems
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

JBaldwin
Junior Member

USA
137 Posts

Posted - 17 December 2005 :  00:55:58  Show Profile
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  Show Profile
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
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 18 December 2005 :  10:27:46  Show Profile
Any suggestions?

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News


Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 18 December 2005 :  16:07:05  Show Profile  Send Rasco an ICQ Message
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
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 19 December 2005 :  09:25:22  Show Profile
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


Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 19 December 2005 :  11:07:24  Show Profile  Send Rasco an ICQ Message
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
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 19 December 2005 :  12:43:56  Show Profile
I apologize for my reply. I now can see how my text file could be misconstrued as the complete file.

Does anyone have any suggestions for what my problem could be though?

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News


Go to Top of Page

anandmys
Starting Member

India
2 Posts

Posted - 08 May 2006 :  10:19:01  Show Profile  Visit anandmys's Homepage  Send anandmys a Yahoo! Message
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?
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 4.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07