Announcement

Collapse
No announcement yet.

PHP Form Error on Actinic Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PHP Form Error on Actinic Page

    I have installed a PHP form onto one of my friends sites and I have been testing it for the past day or so and every time I goto submit the information i get an 'error on page'

    details of error:
    Line: 70
    Char: 43
    Error: Object doesnt support this property or method
    Code: 0
    URL: http://www.abweddings.co.uk/acatalog/register.html

    The form works fine when its not hosted on the Actinic page

    Any help is always appreciated.
    Mostly Undercontruction...

    #2
    Quick guess. Do you need to rename the page to end in .php?
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #3
      ah ha maybe



      will try now

      -B
      Mostly Undercontruction...

      Comment


        #4
        still getting the problem


        also coding has appeared at the top of the page now
        Mostly Undercontruction...

        Comment


          #5
          How are you putting the form in the page? Can you post some code? Is your server PHP enabled?
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment


            #6
            It works when the code isnt hosted up on the actinic page.

            For now I've just set up a link for people to click and fill in the form.

            its the easier way out for the moment

            I'm using a fragment then putting in the code

            !!<<form>

            (the form code)

            </form>>!!
            Mostly Undercontruction...

            Comment


              #7
              Actinic is not parsing your php correctly - eg I see this in your source code:
              <input type="checkbox" name="fld_99f96b1914<Actinic:Variable Name = ''/>" id="8fc76a1500" value="" style="">

              which should be:
              <input type="checkbox" name="fld_99f96b1914[]" id="8fc76a1500" value="" style="">

              Comment


                #8
                How is that inputted into the site without downloading that page and changing it.
                Mostly Undercontruction...

                Comment


                  #9
                  How about using a separate layout for this page and then insert an iFrame for the real registration page.

                  Comment

                  Working...
                  X