Editor and php 7.3 doesn't work

Editor and php 7.3 doesn't work

mdesignmdesign Posts: 72Questions: 17Answers: 0

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

Answers

  • mdesignmdesign Posts: 72Questions: 17Answers: 0

    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);

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    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

This discussion has been closed.