Announcement

Collapse
No announcement yet.

Customer Login Problem

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

    Customer Login Problem

    When a customer is loged in, al the pages such as cart etc dont work.
    instead they get the message saying

    A General Script Error Occurred

    --------------------------------------------------------------------------------
    Error: Bad input string "ACTINIC_REFERRER=http://20.0.3.131/cgi-bin/bb000001.pl&PRODUCTPAGE=../cgi-bin/ss000001.pl?SECTIONID=../index.html&TARGET=BROCHURE". Argument count 6.
    --------------------------------------------------------------------------------
    Press the Browser back button and try again or contact the site owner.

    Could someone please explain this to me?

    #2
    Hi there

    The error means that the address link format is not correct. Was this a hardcoded link for the cart?

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      No, the link is generated by actinic.

      Comment


        #4
        Hi Craig,

        Hmm.. that strange, what the website url? Is it on a test site, just want to see what is happening here.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          The site is internal only at the moment. Where can i get a test site from to show you?

          Comment


            #6
            Hi there

            You can upload the site to our trial server on: http://trials.actinic.com

            Kind Regards
            Nadeem Rasool
            SellerDeck Development

            Comment


              #7
              the site is uploaded to

              http://trials.actinic.com/trials/trial12272/

              you can use the username TEST and password TEST.

              Comment


                #8
                Hi there

                Now when i click to login, it seems that the navigation link is referring to NETQUOTEVAR:BASEHREF which is strange. This variable should only reside in the <head> under <title>. It seems you have an issue with Act_NavigationItem.html.

                Please compare yours to the following:

                HTML Code:
                <!-- NavigationItem HTML begin -->
                <!-- This file is used to build the navigation item markup. -->
                <TD ALIGN=CENTER VALIGN=BOTTOM>
                NETQUOTEVAR:TEMPLATEBEGINXML
                	<A HREF="NETQUOTEVAR:NAVLINK" TARGET="NETQUOTEVAR:NAVTARGET" NETQUOTEVAR:MOUSEOVERCALL>NETQUOTEVAR:NAVIMAGE</A>
                NETQUOTEVAR:TEMPLATEENDXML
                </TD>
                <!--not used NETQUOTEVAR:NAVTEXT-->
                <!-- This file is used to build the navigation item markup. -->
                <!-- NavigationItem HTML end -->
                Kind Regards
                Nadeem Rasool
                SellerDeck Development

                Comment


                  #9
                  This is what my file looks like.


                  HTML Code:
                  <!-- NETQUOTEVAR:NAVTEXT --><A HREF="NETQUOTEVAR:NAVLINK" TARGET="NETQUOTEVAR:NAVTARGET" NETQUOTEVAR:MOUSEOVERCALL>NETQUOTEVAR:NAVIMAGE</A><br>
                  The reason the login now goes to NETQUOTEVAR:BASEHREF is because i tried something wil the code to see if i could make it work. It did not work the way i though it might though and now doesnt work at all.
                  The reason I did it was because when i uploaded it to your host all the links went back into you server and out of my trial directory.
                  Which just kept going back to the page saying "You cant do this" or something like that.

                  Comment

                  Working...
                  X