WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
There was an uncatched exceptionUndefined constant "MYSQL_ASSOC"in line (239) of (/modules/miniform/functions.php):
Webserver Webserver Software: Linux cpanel08.whcweb.fi 3.10.0-962.3.2.lve1.5.61.el7.x86_64 #1 SMP Wed Aug 18 07:50:15 UTC 2021 x86_64 PHP-Erweiterung: mysqli Dokumentation curl Dokumentation mbstring Dokumentation PHP-Version: 8.1.1 WebsiteBaker-Version: 2.13.0 -r63
Webserver Software: Linux panel02.planeettawe b.fi 3.10.0-962.3.2.lve1.5.61.el7.x86_64 #1 SMP Wed Aug 18 07:50:15 UTC 2021 x86_64PHP-Erweiterung: mysqli curl mbstringPHP-Version: 7.4.27WebsiteBaker-Version: 2.13.0 RC1-r1
Hi, you can fix it for yourself with the attached file functions.txt (rename it to functions.php) and upload it to the miniform module folder.I think the author of the module will provide a newer version in next time.Changes: 2 places with MYSQLI_ASSOC and the commenting of the get_magic_quotes_gp c part.
There was an uncatched exceptionCall to undefined function get_magic_quotes_gp c()in line (46) of (/modules/miniform/modify_template.php):
if (get_magic_quotes_gpc()) { $data = stripslashes($_POST['template_data']); } else { $data = $_POST['template_data']; }
$data = $_POST['template_data'];