Author |
Topic |
|
GooFY0nE
New Member
Denmark
82 Posts |
Posted - 11 September 2002 : 06:21:21
|
Just installed the PM Mod for 3.4.xx on 3.4.02 and all works besides this error im getting:
Microsoft VBScript runtime (0x800A0009) Subscript out of range: 'mM_PMRECEIVE' /beta/members.asp, line 394
Line 394 in members.asp looke like this: Members_MemberPMreceive = arrMemberData(mM_PMRECEIVE, iMember)
This only happens when a person is logged in and is trying to view the members.asp. has anyone seen this before or mabye got the solution to my problem....please help a noob.
i searched for 10 min. to see if anyone else have has that problem, no luck...
link to my beta site: http://212.242.115.7/beta/default.asp
link to my beta site were the error is: http://212.242.115.7/beta/members.asp |
Regards: GooFY0nE Aagren.Net |
Edited by - GooFY0nE on 11 September 2002 08:41:29 |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 11 September 2002 : 07:43:27
|
This error is usually the result of a redimensioned array. Since nobody else is experiencing it with this mod, there's something wrong with a change you made. You've obviously missed something in the incorporation of the changes. Go back through the readme and check each/every file. |
|
|
GooFY0nE
New Member
Denmark
82 Posts |
Posted - 11 September 2002 : 08:01:39
|
im doing just that now, it's second time i chack it but i am kinda dumb in asp so i guess i will find the mistake i made sometime...thx Carefree |
Regards: GooFY0nE Aagren.Net |
|
|
GooFY0nE
New Member
Denmark
82 Posts |
Posted - 11 September 2002 : 08:30:18
|
ok just been through the readme file and followed it step by step again and i did find a dumb a** error, in members.asp on line 148.
But now i get a new error lo, the thing is that this error is on a line i did not edit, i know the statements refer to each other so it could be somewere else, but nooby as i am this is all i have to go after:
Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters. /beta/members.asp, line 233
members.asp line 231 - 240:
set rs = Server.CreateObject("ADODB.Recordset") rs.cachesize = strPageSize rs.open strSql & strSql2 & strSql3 & strSql4, my_Conn, adOpenStatic If not (rs.EOF or rs.BOF) then rs.movefirst rs.pagesize = strPageSize rs.absolutepage = mypage '** maxpages = cLng(rs.pagecount) arrMemberData = rs.GetRows(strPageSize) iMemberCount = UBound(arrMemberData, 2)
This one i can't find by my self...Any suggestions ?
|
Regards: GooFY0nE Aagren.Net |
|
|
GooFY0nE
New Member
Denmark
82 Posts |
Posted - 11 September 2002 : 09:03:28
|
lol now i will never ask for help in here again, im just too stupid, found the last error too, made by GooFY0nE lo a E missing from DATE in line 248 (witch i imagine I deleted when editing that line) **** im a noob, anyways my problems are all gone.
RgDs The Danish NooB GooFY0nE
|
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 11 September 2002 : 11:59:51
|
quote: **** im a noob, anyways my problems are all gone.
Practice makes perfect
Glad to see you got it working.
@tomic |
SportsBettingAcumen.com |
|
|
|
Topic |
|