Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\Apache24\htdocs\vendor\icanboogie\common\lib\helpers.php on line 306

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache24\htdocs\vendor\icanboogie\common\lib\helpers.php:306) in C:\Apache24\htdocs\classes\exception\PrestaShopException.php on line 41

[PrestaShopException]

Cannot select any valid SQL engine.
at line 295 in file classes/db/Db.php

290.         } elseif (extension_loaded('mysqli')) {
291.             $class = 'DbMySQLi';
292.         }
293. 
294.         if (empty($class)) {
295.             throw new PrestaShopException('Cannot select any valid SQL engine.');
296.         }
297. 
298.         return $class;
299.     }
300.