Announcement

Collapse
No announcement yet.

Problems with links, "general error occured"

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

    Problems with links, "general error occured"

    This forum has been a great help in developing my site.

    When a user is logged in and they visit the knowledge base on my site. they are presented a error message:

    Code:
    "A General Script Error Occurred
    
    Error: Bad input string "ACTINIC_REFERRER=http://www.flooringsales.co.uk/cgi-bin/bb000001.pl&PRODUCTPAGE=TKB_Tools.html?panel=6#Accordian1"
    
    Argument count 4."
    I am using a spry accordion and have created a script to allow links to open different panels. To do this i have to add a parameter in the link:

    Code:
    TKB_Tools.html?panel=6#Accordian1
    If you remove the "?panel=6#Accordian1" It works as normal (Obviously the correct panel is not showing but it works, anyone have any insight to how to make it work??

    Thanks in Advance.

    #2
    It is probably as the link is going via the cgi-bin .. have you tried the direct ?panel link via a static page direct in the window browser?


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Sorry for the delayed response.
      Yes i have tried using a static page and it works fine. But as soon as you login and actinic starts throwing in its "ACTINIC_REFERRER=" & "PRODUCTPAGE=" it stops working, is there anyway to get the two to work together?


      Logged Out Link:
      Code:
      http://www.flooringsales.co.uk/acatalog/TKB_Fitting.html?panel=-0#Accordian1
      Logged In Link:
      Code:
      http://www.flooringsales.co.uk/cgi-bin/bb000001.pl?ACTINIC_REFERRER=http://www.flooringsales.co.uk/cgi-bin/bb000001.pl&PRODUCTPAGE=TKB_Flooring.html?panel=1#Accordian1

      Comment

      Working...
      X