Editor and php 7.3 doesn't work
Editor and php 7.3 doesn't work
i just updated my php version from 7.2.19 to 7.3.6 - but the editor stops working. can we do anything ?
DataTables warning: table id=DataTables_Table_0 - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1
This discussion has been closed.
Answers
ok, i just found it by myself. maybe this helps others.
you have to change one single line of code within the file
dt-extensions/editor/[version]/lib/DataTables.php
define("DATATABLES", true, true);
to
define("DATATABLES", true, false);
Thanks for this. This has actually been committed, but we've not done a release in a while! Going to be correcting that before the end of the month when Editor 1.9.1 will drop.
Allan