License working funny

License working funny

jhenryjhenry Posts: 11Questions: 1Answers: 0

I just purchased a license for the editor.

I used the datatables downloader to download a new package as instructed..so the licensed editor wold be included. I completely removed the old Datatables folder and pasted the new package in the same place.

Now, my tables and editor work but I still see the DataTables Editor trial info - 2 days remaining message.

im using the following sources

<link rel="stylesheet" type="text/css" href="DataTables/datatables.min.css"/>
<script type="text/javascript" src="DataTables/datatables.min.js"></script>

heres the funny part...,when I change the sources to

<link rel="stylesheet" type="text/css" href="DataTables/datatables.min.css"/>
<script type="text/javascript" src="DataTables/datatables.js"></script>

everything works the same but no trial message.

I am using the same datatables.js and datatables.min.js files that were included with the licensed download.

Does this make since? Can i continue with using the datatables.js files instead of the datatables.min.js. I dont want to take the pages live just to kill them again in two days when the trial expired.

PS The pages are on an intranet so I dont have a link to show the issue.

Replies

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    Were you logged in to the site when you created your download package?

  • kishorekodrukishorekodru Posts: 1Questions: 0Answers: 0

    Is there a license renewal cost ever? or is this a onetime fee?

  • allanallan Posts: 61,903Questions: 1Answers: 10,148 Site admin

    Its a one time fee for all 1.x versions of Editor.

    Allan

  • jhenryjhenry Posts: 11Questions: 1Answers: 0

    Yes, I was logged in. I actually deleted, re-downloaded and re-installed the package again this morning to make sure. I made sure the download page had the

    'Add full editing controls to your DataTables.
    If selected, your download will include the fully licensed version of Editor.'

    message on it.

    After re-installing everything it all works correctly but I still get the trial message.

  • allanallan Posts: 61,903Questions: 1Answers: 10,148 Site admin

    That sounds like a cache issue, or that the licensed version hasn't been deployed. If you try your page in a different browser, does it work there?

    Allan

  • jhenryjhenry Posts: 11Questions: 1Answers: 0

    Allan,

    Thanks, that did the trick. I had tried clearing my cache before but I guess i had not succeeded.

    All is working perfectly. Thanks.

This discussion has been closed.