Hello,
well I have a mod_aridatatables module showing a "select * from myTable". Very easy.
It works perfectly when the page is called by a registered user. However, if the same page is called before a user logs in, I get the results (all rows are shown in the ARI table) but I also get the error "Cannot reinitialise datatable... to retrieve the datatables object for this table, pass not arguments or see the docs for bRetrieve of bDestroy" (see attached picture for the screenshot).
To be precise: the error does not show up the FIRST time I load the page, but only since the SECOND time (THIRD, FOURTH and so on, even if I press F5 to refresh the page). The same problem does NOT happen if I am a registered user of my Joomla WEB Site.
It seems that the involved file is "\modules\mod_aridatatables\includes\js\widgets\datatable\js\jquery.dataTables.min.js" (line 116) where the above message in set.
Is there any way to disable the alert, or fix the problem?
Thanks
Mauro