1
Extensions and Add-Ons / Re: Unable to save Options
« on: March 30, 2025, 03:23:45 AM »
Hi,
Ok If I replace this file.
What parameters I need to update in the new file?
I copied over the following from amysqli.php but the admin panel is not loding anymore.
$connection->query("SET NAMES 'utf8'");
$connection->query("SET CHARACTER SET utf8");
$connection->query("SET CHARACTER_SET_CONNECTION=utf8");
$connection->query("SET SQL_MODE = ''");
$connection->query("SET session wait_timeout=60;");
$connection->query("SET SESSION SQL_BIG_SELECTS=1;");
Ok If I replace this file.
What parameters I need to update in the new file?
I copied over the following from amysqli.php but the admin panel is not loding anymore.
$connection->query("SET NAMES 'utf8'");
$connection->query("SET CHARACTER SET utf8");
$connection->query("SET CHARACTER_SET_CONNECTION=utf8");
$connection->query("SET SQL_MODE = ''");
$connection->query("SET session wait_timeout=60;");
$connection->query("SET SESSION SQL_BIG_SELECTS=1;");