Forums
This topic is locked
Charon Cart Asp error messages
Posted 02 Apr 2003 00:34:11
1
has voted
02 Apr 2003 00:34:11 andrew smith posted:
Hi All,I've uploaded the cart to my site but when I try and go to the products detail page I'm getting an ASP error message
Vbscript Runtime error 'ASP 0185 : 9'
Subscript out of range
inc_CharonCart.asp,line 58
Line 57 of inc_charoncart reads
for i=0 to 7
if itemarray(i) <> "" then
myarray(i,j)=itemarray(i)
else
myarray(i,j)=null
end if
Anyone have an idea what this means??? And possibly a way to fix it?
Appreciate your assistance
Bizzo