Announcement

Collapse
No announcement yet.

simple search error

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

    simple search error

    Hi all,
    When i click for a simple search on the the main catalog page of my site, I get the following error

    "A General Script Error Occurred

    --------------------------------------------------------------------------------
    Error: There is no valid input parameters for the script! Check the referencing HTML code!
    --------------------------------------------------------------------------------
    Press the Browser back button and try again or contact the site owner"

    This only happens on the main products page Main products page

    It doesn't happen if i am in any of the sections or products ,the simple search works fine.

    Any ideas on how to fix this?

    Cheers,

    Jacy
    Jacys Computer Supplies
    Web: http://www.jacyscomputers.com.au
    email: sales@jacyscomputers.com.au

    #2
    You have a form imbedded in a form. Start at the top and search on "form". You have a /form tag first than a form tag, then the simple search form tag. Something is in the wrong sequence on your page.
    Bob Ladden

    Comment


      #3
      Hi Bob,
      Which page or template do i need to check?

      Cheers,

      Jacy
      Jacys Computer Supplies
      Web: http://www.jacyscomputers.com.au
      email: sales@jacyscomputers.com.au

      Comment


        #4
        I'm really not sure. Since it is only on your main page, look at Act_CatalogBody.html.
        Bob Ladden

        Comment


          #5
          Hi Bob,
          this is my act catalog body.
          <!-- CatalogBody HTML begin -->
          <!-- Insert HTML for the top of the catalog body -->
          <!-- If customer accounts are in operation the following line will display -->
          <!-- welcome message and a LOGOUT button -->
          <Actinic:WELCOME/>

          </FORM>
          <FORM METHOD="POST" ACTION="NETQUOTEVAR:SEARCHCGIURL">
          <INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
          NETQUOTEVAR:SEARCHBODY
          </FORM>
          <FORM METHOD=NETQUOTEVAR:CGIMETHOD ACTION="NETQUOTEVAR:CGIURL">
          <INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
          NETQUOTEVARESITEMAPLINK

          NETQUOTEVAR:PRODUCTBODY

          NETQUOTEVAR:SPLASHTEXTBODY

          NETQUOTEVAR:INFOLINES

          NETQUOTEVAR:SSPPOWEREDBY

          NETQUOTEVAR:POWEREDBY

          <!-- Insert HTML for the bottom of the catalog body -->
          <!-- CatalogBody HTML end -->

          which part shouldn't be there?

          Cheers,

          Jacy
          Jacys Computer Supplies
          Web: http://www.jacyscomputers.com.au
          email: sales@jacyscomputers.com.au

          Comment


            #6
            Not sure. Your page is not in the same sequence as mine. Try putting a </form> at the end, but above the comments.
            Bob Ladden

            Comment


              #7
              Mitch

              In Act_Primary (overall layout template), you need to add NETQUOTEVAR:FORMBEGIN into the template above the line that says:
              <A NAME="top"><INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"></A>

              Comment


                #8
                Hi Chris,
                It's already there?

                Cheers,

                Jacy
                Jacys Computer Supplies
                Web: http://www.jacyscomputers.com.au
                email: sales@jacyscomputers.com.au

                Comment


                  #9
                  OK then

                  Try putting a </form> just before NETQUOTEVAR:SIMPLESEARCH in Act_Primary.html.

                  Comment


                    #10
                    Thanks Chris,
                    That worked.

                    Cheers,

                    Jacy
                    Jacys Computer Supplies
                    Web: http://www.jacyscomputers.com.au
                    email: sales@jacyscomputers.com.au

                    Comment

                    Working...
                    X