PDOStatement {#21
+queryString: "SELECT `id_hook`, `name` FROM `ps_hook`"
}
PDOStatement {#21
+queryString: """
SELECT * FROM `ps_hook_module_exceptions`\n
WHERE `id_shop` IN (1)
"""
}
PDOStatement {#21
+queryString: """
SELECT `id_hook`, `name`\n
FROM `ps_hook`\n
UNION\n
SELECT `id_hook`, ha.`alias` as name\n
FROM `ps_hook_alias` ha\n
INNER JOIN `ps_hook` h ON ha.name = h.name
"""
}
PDOStatement {#21
+queryString: """
\n
\t\t\tSELECT *,\n
\t\t\t\t\t( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`\n
\t\t\t\tFROM `ps_specific_price`\n
\t\t\t\tWHERE\n
\t\t\t\t\t`id_shop` IN (0, 1) AND\n
\t\t\t\t\t`id_currency` IN (0, 1) AND\n
\t\t\t\t\t`id_country` IN (0, 10) AND\n
\t\t\t\t\t`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-03-31 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-31 00:00:00' <= `to`)\n
\t\t\t\t\tORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC\n
\t\t
"""
}
Whoops, looks like something went wrong.
(1/1)
ContextErrorException
Warning: session_start(): Cannot start session when headers already sent
|
in FrontController.php line 744 |
at FrontControllerCore->prepareNotifications()in FrontController.php line 706 |
at FrontControllerCore->display()in Controller.php line 326 |
at ControllerCore->run()in Dispatcher.php line 518 |
at DispatcherCore->dispatch()in index.php line 28 |