Announcement

Collapse
No announcement yet.

Check out problem !

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

    Check out problem !

    It's me again !
    Everything seems to work fine except when I click on the « Check out » icon. I get this message:

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    The « cart » works fine !
    The « search » works fine !

    I cannot complete the transaction !

    The permissions are all the same on the « .pl » file: 0755
    Where should I look ?
    It's an V4 to V5 upgrade !
    Thank you !
    Bernard Morin

    #2
    Follow-up !

    The demo catalog (looks great) that comes with V5.1.6 works fine on my server ! The check-out script is doing it's job.

    What could « mess up » the os00001.pl script on an V4 upgrade !

    It's a massive V4 catalog (7000 books).
    Where should I look !

    Thank you !
    Bernard Morin

    Comment


      #3
      I found out !

      You will need to go into Act_Header and insert
      </FORM>
      above NETQUOTEVAR:SIMPLESEARCH, and put
      <FORM METHOD=NETQUOTEVAR:CGIMETHOD ACTION="NETQUOTEVAR:CGIURL">
      <INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
      after it.
      Bernard Morin

      Comment

      Working...
      X