very much appreciated...what PS version is this compatible with?
1679484101
V2.3.1 is not compatible with PS 8...
1679486244
added PS 1.7 function jsonDecode and jsonEncode to /override/classes/Tools.php --> module configuration seems to work now
yes, the problem is in class EMDataImport in this piece of code:
// Try execute:
if (trim($query) !== '') {
Db::getInstance()->execute('SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";SET time_zone = "+00:00";' . $query);
My version of MariaDB (10.3) does not accept this...