Announcement

Collapse
No announcement yet.

'sections' is undefined

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

    'sections' is undefined

    We have the following javascript errors on our SECURE checkout pages:

    Object expected (twice)
    'sections' is undefined (three times)
    followed by
    Object expected (once)

    This only occurs once the site goes secure. The section links also do not appear on these pages, which is clearly the same issue.

    Strangely, when the cart is empty, the secure page does show the category links and no errors occur, so its only when products are in the cart.

    Is actinic capable of showing the section links on the checkout? I would be surprised if not!

    You can check this out by visiting http://www.motormedia.co.uk/acatalog
    and adding a book to the cart.

    We are running Actinic 6.1, and we are using text links, not images.

    #2
    Hi Matt

    The issue you have is actinic is expecting to find the javscripts within the secure /acatalog/ folder

    Actinic is looking for: Act_sections.js
    ie https://www.motormedia.co.uk/acatalog/Act_sections.js and it cannot find it, hence the error message

    If you look at the non secure /acatalog/ folder
    http://www.motormedia.co.uk/acatalog/Act_sections.js;, you can download the .js script

    For SSL to function correctly for actinic, you need to set up an symbolic link between the insecure /acatalog/ folder to the secure /acatalog/ folder

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Our host has set up 'symbolic links' between all secure and non secure documents. This includes graphics, and means we no longer have to upload graphics to the secure side to get them to show.

      This also fixed the missing sections and javascript errors.

      Thanks for the tip Nadeem!

      Comment

      Working...
      X