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
 Privage Messages Error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

willy303
Starting Member

Philippines
8 Posts

Posted - 17 April 2003 :  11:30:30  Show Profile
I have 2 Mod on my Forums: Avatar and Active Users. It had been working for sevaral months now. I decided to download and install Private Messages 3.4.03. But I encounter 2 error for most of the topics when I try reading the messages on a topic. One error is for most of the topics, and the other error is for few other topic that do not encounter the first error.


Here is the first error:

=== start error 1 ===
Technical Information (for support personnel)

Error Type:
Microsoft VBScript runtime (0x800A0006)
Overflow: 'cLng'
/forums/inc_func_secure.asp, line 50

Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Page:
GET /forums/topic.asp
=== end error 1 ===


For the 2nd error, I manage to view the page, and read the first message, but cannot read the rest of the messages. Here is a screen shot:

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 17 April 2003 :  11:34:48  Show Profile
Please post a link to a text version of your topic.asp file.
Go to Top of Page

willy303
Starting Member

Philippines
8 Posts

Posted - 17 April 2003 :  11:48:24  Show Profile
Here is the link of the text version of my topic.asp:

http://64.225.106.121/temp/topic.txt
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 17 April 2003 :  11:55:17  Show Profile
Find this section of code..


		rM_NAME = 0
		rM_RECEIVE_EMAIL = 1
		rM_AIM = 2
		rM_ICQ = 3
		rM_MSN = 4
		rM_YAHOO = 5
		rM_PM = 6		' Additional Private Message Code
		rM_TITLE = 6
		rMEMBER_ID = 7
		rM_HOMEPAGE = 8
		rM_LEVEL = 9
		rM_POSTS = 10
		rM_COUNTRY = 11
		rM_Avatar = 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

You have two number 6's, as I have shown in red above, add one to all the numbers, starting with rM_TITLE down to rM_SIG.

That should fix it
Go to Top of Page

willy303
Starting Member

Philippines
8 Posts

Posted - 17 April 2003 :  12:36:14  Show Profile
That solved the problem. Thanks Hamlin.
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 31 July 2003 :  16:53:08  Show Profile
quote:
Originally posted by Hamlin

Find this section of code..


		rM_NAME = 0
		rM_RECEIVE_EMAIL = 1
		rM_AIM = 2
		rM_ICQ = 3
		rM_MSN = 4
		rM_YAHOO = 5
		rM_PM = 6		' Additional Private Message Code
		rM_TITLE = 6
		rMEMBER_ID = 7
		rM_HOMEPAGE = 8
		rM_LEVEL = 9
		rM_POSTS = 10
		rM_COUNTRY = 11
		rM_Avatar = 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

You have two number 6's, as I have shown in red above, add one to all the numbers, starting with rM_TITLE down to rM_SIG.

That should fix it



Hi...
i did the same exact thing willy303 did...but i don't really understand ure directions to fix it.

can u help?
thanx
-chris
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 31 July 2003 :  17:52:13  Show Profile
Linkin, you are NOT allowed to have two numbers the same - they all have to be consecutive. So rM_TITLE must be 7, rMEMBER_ID must be 8 etc...
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 31 July 2003 :  18:27:14  Show Profile
cool
thanx laser...
check ure ICQ :)
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 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07