Announcement

Collapse
No announcement yet.

A General Script Error Occurred

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

    #16
    Quick Update

    Hi,
    Just a quick update. I have gone back to 8.03 and all is well. Haven't tried going to 8.51, but it would seem that it might be one of the updated scripts in 8.50 that is clashing with something on the site. I will try 8.51 and keep you posted.

    Comment


      #17
      did you fix it?

      Scott, I am using 8.5.1 and finding similar problems on checkout .. did you manage to fix your problems and if so .. HOW !?

      Comment


        #18
        Hi davidfarndon,
        Are you using Paypal or Nochex as a payment service provider? If so, please try the following:

        1. Open ActinicConstants.pm from Site1 and search for PAYPAL.
        2. You should see...

        $::PAYMENT_PAYPAL = 900;
        $::PAYMENT_NOCHEX = 52;

        comment these lines out by preceding the lines with '#' so it reads...

        # $::PAYMENT_PAYPAL = 900;
        # $::PAYMENT_NOCHEX = 52;

        This will disable the locking that's causing the problem.
        http://www.karakorum.it/

        Comment

        Working...
        X