Author |
Topic  |
|
willy303
Starting Member
Philippines
8 Posts |
Posted - 17 April 2003 : 11:30:30
|
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
|
Please post a link to a text version of your topic.asp file. |
 |
|
willy303
Starting Member
Philippines
8 Posts |
|
Hamlin
Advanced Member
    
United Kingdom
2386 Posts |
Posted - 17 April 2003 : 11:55:17
|
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  |
 |
|
willy303
Starting Member
Philippines
8 Posts |
Posted - 17 April 2003 : 12:36:14
|
That solved the problem. Thanks Hamlin. |
 |
|
LinkinMODE101
Junior Member
 
116 Posts |
Posted - 31 July 2003 : 16:53:08
|
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 |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 31 July 2003 : 17:52:13
|
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... |
 |
|
LinkinMODE101
Junior Member
 
116 Posts |
Posted - 31 July 2003 : 18:27:14
|
cool thanx laser... check ure ICQ :) |
 |
|
|
Topic  |
|