Announcement

Collapse
No announcement yet.

addEntitlement() problem

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

  • addEntitlement() problem

    Unauthorized users get a grayed out message and a redirection to my web site - usually - and this works very well.

    I have one user who gets:
    "line 82: addEntitlement takes two parameters"

    I'm trying to find out what version of eSignal he's running. Is there an earlier version of eSignal which had a 2 parameter version of addEntitlement()?

    Thanks
    Guy
    Standing on the shoulders of giants.

  • #2
    Guy:

    Yes, you are correct in your assumption. I believe that it was Build 627 or below that had the 2 parameters but I'm not certain. You can use the EFS getBuildNumber() function in your pre-main to check for that right off the bat to avoid problems.

    Chris

    Comment


    • #3
      Many thanks Chris. I've used getBuildNumber() before for this sort of thing but obviously need to know which versions of eSignal this function (addEntitlement()) has a different parameter set. Is there documentation anywhere tying the function/parameter changes to the build number?
      Standing on the shoulders of giants.

      Comment

      Working...
      X