ASP Formmail help: Getting Error

Discussion in 'C#' started by GoHalo3, Mar 15, 2008.

  1. #1
    Hello DP Members,

    I need your help.

    I installed this formmail script on my server and for some reason, I am getting formmail errors: error is show below.

    Microsoft VBScript runtime error '800a0009'
    Subscript out of range: '[number: 1]'
    /scripts/formmail.asp, line 164


    I got the formmail from here: Formmail Source

    I am running just the testform.htm that was provided with the zipped file but for some reason it wont work, here is where I have the form being tested at...

    CLICK HERE

    any feedback would be great... thanks!:)
     
    GoHalo3, Mar 15, 2008 IP
  2. jawahar

    jawahar Active Member

    Messages:
    1,044
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    95
    #2
    it means,, some problem with the array.. Are you looping through array elements more than available no of elements?
     
    jawahar, Mar 15, 2008 IP
  3. GoHalo3

    GoHalo3 Active Member

    Messages:
    606
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    I actually found the issue on this and now fixed. I change the loop from (0) to (1) and it worked. :)
     
    GoHalo3, Mar 22, 2008 IP