Author |
Topic |
|
n/a
deleted
593 Posts |
Posted - 19 March 2002 : 21:57:40
|
I got this for a simplified Chinese version of Langxxx (Lang2052), which is the same as Lang1028 (Traditional Chinese)...except for char representation. ---- Microsoft VBScript runtime error '800a0009'
Subscript out of range: '6'
/i2asia/forum/Lang2052.asp, line 47
---- I also got the same error message for line 46 for Lang1034, Spanish. (I know that Lang1034 and Lang2052 are installed and running well on other forum, but this one is on Brinkster. Is this something to do with Brinkster server handling VBScript?)
Can someone help clarifying what is "subscript out of range: '6'"?
Thanks, Taku
[moved by bozden on 30 September 2002]
< |
Edited by - Deleted on 30 September 2002 19:29:14 |
|
n/a
deleted
593 Posts |
Posted - 20 March 2002 : 03:00:10
|
quote:
I got this for a simplified Chinese version of Langxxx (Lang2052), which is the same as Lang1028 (Traditional Chinese)...except for char representation. ---- Microsoft VBScript runtime error '800a0009'
Subscript out of range: '6'
/i2asia/forum/Lang2052.asp, line 47
---- I also got the same error message for line 46 for Lang1034, Spanish. (I know that Lang1034 and Lang2052 are installed and running well on other forum, but this one is on Brinkster. Is this something to do with Brinkster server handling VBScript?)
Can someone help clarifying what is "subscript out of range: '6'"?
Thanks, Taku
The problem was resolved by removing 4 languages from the forum, and now has 4 languages rather than original 6. Maybe this error was due to a cache size limitation or a max number of languages installable at Brinkster.... a max maybe 6 as it was working ok.
The issue was closed. Thanks.
< |
|
|
Deleted
deleted
4116 Posts |
Posted - 20 March 2002 : 07:47:30
|
Look at the definition of the arrLang... in config.asp (at the beginning part of Languages section). It is DIM'ed with index 5 (a already very high value for real implementations). Just for demonstration purposes you can increase it to whatever you like.
Think PinkPost v40b03 Patches< |
|
|
Deleted
deleted
4116 Posts |
Posted - 30 September 2002 : 19:23:35
|
v4b04 will use re dim statement (only) if necessary (i.e. if more than 3 languages are installed). < |
Stop the WAR! |
|
|
|
Topic |
|