Author |
Topic  |
|
Vanalund
Starting Member
5 Posts |
Posted - 20 September 2002 : 12:58:21
|
I'm newbie of asp and following all instructions, with adding avatar mod 2.0, this error goes up when i post or open a forum page
Microsoft VBScript runtime error '800a0009' Subscript out of range: 'rM_AVATAR_WIDTH'
/forum/topic.asp, line 599
plz help me quickly :)
the forum is in
www.neverwinternights.it/forum |
|
Vanalund
Starting Member
5 Posts |
Posted - 20 September 2002 : 13:39:56
|
i need a help plz ... |
 |
|
Rasco
Advanced Member
    
Germany
3192 Posts |
|
DoraMoon
Average Member
  
Taiwan
661 Posts |
Posted - 20 September 2002 : 13:51:27
|
'rM_AVATAR_WIDTH' ??? i think you'd better remind this: you're using Cbovis's Avatar Mod, not the original Avatar Mod.
i did'nt try this Mod, so not sure what's going wrong... but usually this error mean your data array not match with your SQL query, or the wrong order number specified..... about line.536~line.569, there are something like these.. rM_NAME = 0 rM_RECEIVE_EMAIL = 1 : :
rM_AVATAR_WIDTH = 25 rM_AVATAR_HEIGHT = 26 : : make sure these order numbers(from 0 to 26...) will match the SQL statement in about line.327~356.. strSql = "SELECT M.M_NAME, M.M_RECEIVE_EMAIL, M.M_AIM, M.M_ICQ, M.M_MSN, M.M_YAHOO" : : strSQL = strSQL & ", M.M_Avatar, M.M_AVATAR_WIDTH, M.M_AVATAR_HEIGHT" : :
i'm also not familiar about this.. it really hard to explain this stuff for me... anyway, try check these code again... there are some rule about this order, it's mean if you have another Mods modified topic.asp too, the order number may NOT the same with the instruction.
maybe someone else know this Mod will help you more.. |
~ . .. . . .~ .~~ |
 |
|
Vanalund
Starting Member
5 Posts |
Posted - 20 September 2002 : 14:04:57
|
can u get the url of the sedon avatar mod ??? the best 1 ... |
 |
|
Vanalund
Starting Member
5 Posts |
Posted - 20 September 2002 : 14:06:16
|
second -.- |
 |
|
DoraMoon
Average Member
  
Taiwan
661 Posts |
Posted - 20 September 2002 : 14:08:51
|
here.. http://forum.snitz.com/forum/topic.asp?TOPIC_ID=33690
and i do'nt know which one is "best"?? these two Avatar Mod work something difference. i know Cbovis's version can let user specify his own avatar url. and Richard/Hamlin's version usually add avatars controlled by Admin... but it also have a lots addon can let user assign his own avatar.. |
Edited by - DoraMoon on 20 September 2002 14:16:15 |
 |
|
Vanalund
Starting Member
5 Posts |
Posted - 20 September 2002 : 14:19:16
|
tnx very much !!!! i love u all ! |
 |
|
|
Topic  |
|