License working funny
License working funny
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
Were you logged in to the site when you created your download package?
Is there a license renewal cost ever? or is this a onetime fee?
Its a one time fee for all 1.x versions of Editor.
Allan
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.
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
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.