Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sunnyt8/public_html/demos-17/vendor/icanboogie/common/lib/helpers.php on line 306

Warning: Cannot modify header information - headers already sent by (output started at /home/sunnyt8/public_html/demos-17/vendor/icanboogie/common/lib/helpers.php:306) in /home/sunnyt8/public_html/demos-17/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.