Announcement

Collapse
No announcement yet.

digital download url

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

    #16
    Tracey

    i tried this with no sucess. Thanks for the help. The issue is now with support.

    Comment


      #17
      Jo, I've sent an email to you directly as well. I think the problem is due to a line in the nph-download.pl script using the wrong method to look up the perl DownloadModule. You should be able to fix it by doing the following:

      Edit nph-download.pl (download.pl if it was renamed).

      Near the top you will see ...

      use <Actinic:Variable Name="DownloadModule"/>;

      change this to...

      require <Actinic:Variable Name="DownloadModule"/>;

      Save, exit and update the site

      I will make sure this is fixed in further releases.
      Ben Popplestone
      Ecommerce website software

      Comment


        #18
        Indeed this is the required fix

        Comment

        Working...
        X