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
 Type mismatch errors when replying
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Benji2002
Starting Member

United Kingdom
49 Posts

Posted - 11 February 2003 :  07:58:40  Show Profile  Visit Benji2002's Homepage
GauravBhabu, still get the error

thanks
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 February 2003 :  08:02:47  Show Profile
Can you post a link to your forum
Go to Top of Page

Benji2002
Starting Member

United Kingdom
49 Posts

Posted - 11 February 2003 :  08:04:36  Show Profile  Visit Benji2002's Homepage
sure. I have posted a message and a reply in my "Testing forum" so you can see what is happening

http://www.ormskirkgb.co.uk/forum/
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 February 2003 :  08:07:37  Show Profile
The error is occuring while viewing topics And not while replying. Post a link to text version of topic.asp.

<edited>
What Hamlin pointed out is the cause of error.
<edited>

Edited by - GauravBhabu on 11 February 2003 08:09:35
Go to Top of Page

Benji2002
Starting Member

United Kingdom
49 Posts

Posted - 11 February 2003 :  08:10:14  Show Profile  Visit Benji2002's Homepage
Ok
http://www.ormskirkgb.co.uk/topic.txt
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 February 2003 :  08:13:42  Show Profile
Find the following statements in topic.asp. The statements in red are cause of error.
		rM_NAME = 0
		rM_RECEIVE_EMAIL = 1
		rM_AIM = 2
		rM_ICQ = 3
		rM_MSN = 4
		rM_YAHOO = 5
		rM_PM = 6
		rM_TITLE = 6
		rMEMBER_ID = 7
		rM_HOMEPAGE = 8
		rM_LEVEL = 9
		rM_POSTS = 10
		rM_COUNTRY = 11
		rREPLY_ID = 12
		rFORUM_ID = 13
		rR_AUTHOR = 14
		rTOPIC_ID = 15
		rR_MESSAGE = 16
		rR_LAST_EDIT = 17
		rR_LAST_EDITBY = 18
		rR_SIG = 19
		rR_STATUS = 20
		rR_DATE = 21
		if CanShowSignature = 1 then
			rM_SIG = 22
		end if



The numbers should be in sequence and cannot be same. Modify as shown below.
		rM_NAME = 0
		rM_RECEIVE_EMAIL = 1
		rM_AIM = 2
		rM_ICQ = 3
		rM_MSN = 4
		rM_YAHOO = 5
		rM_PM = 6
		rM_TITLE = 7
		rMEMBER_ID = 8
		rM_HOMEPAGE = 9
		rM_LEVEL = 10
		rM_POSTS = 11
		rM_COUNTRY = 12
		rREPLY_ID = 13
		rFORUM_ID = 14
		rR_AUTHOR = 15
		rTOPIC_ID = 16
		rR_MESSAGE = 17
		rR_LAST_EDIT = 18
		rR_LAST_EDITBY = 19
		rR_SIG = 20
		rR_STATUS = 21
		rR_DATE = 22
		if CanShowSignature = 1 then
			rM_SIG = 23
		end if


Edited by - GauravBhabu on 11 February 2003 08:14:37
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 February 2003 :  08:17:47  Show Profile
Above will fix the error. Remove the statements, which I you added in inc_func_common.asp and post.asp.
Go to Top of Page

Benji2002
Starting Member

United Kingdom
49 Posts

Posted - 11 February 2003 :  08:18:31  Show Profile  Visit Benji2002's Homepage
Thanks very much for the help!! Thats worked a treat. I think one of the mods I installed didn't quite have the correct instructions about that bit. Unless it was me being a muppet!!

Regards

Ben
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 11 February 2003 :  08:22:48  Show Profile
You are welcome. I have not installed this Mod or read the instructions for this Mod. I think this Mod is done by Richard and it is not likely that there are incorrect instructions
Go to Top of Page

Benji2002
Starting Member

United Kingdom
49 Posts

Posted - 11 February 2003 :  08:25:21  Show Profile  Visit Benji2002's Homepage
Probably me then. Oops!!
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 12 February 2003 :  07:49:48  Show Profile
Nice work GB and Hamlin.

Support Snitz Forums
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 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 1.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07