Severity: Notice
Message: Undefined index: category_id
Filename: controllers/Product.php
Line Number: 148
Backtrace:
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/application/client/controllers/Product.php
Line: 148
Function: _error_handler
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/index.php
Line: 316
Function: require_once
Severity: Notice
Message: Undefined index: category_id
Filename: controllers/Product.php
Line Number: 151
Backtrace:
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/application/client/controllers/Product.php
Line: 151
Function: _error_handler
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/index.php
Line: 316
Function: require_once
Severity: Notice
Message: Undefined index: category_id
Filename: controllers/Product.php
Line Number: 152
Backtrace:
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/application/client/controllers/Product.php
Line: 152
Function: _error_handler
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/index.php
Line: 316
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /usr/home/wh-augtb74n2llghd19jpi/htdocs/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 564
Backtrace:
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/application/client/models/Product_model.php
Line: 73
Function: get_where
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/application/client/controllers/Product.php
Line: 154
Function: getPrv
File: /usr/home/wh-augtb74n2llghd19jpi/htdocs/index.php
Line: 316
Function: require_once
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and `product`.`display` = 1 ORDER BY `product`.`id` ASC' at line 4
SELECT `product`.`id`, `product`.`title`, `menu`.`html_path` FROM `product` JOIN `menu` ON `product`.`category_id` = `menu`.`id` WHERE `product`.`id` > `uploads` and `product`.`category_id` in () and `product`.`display` = 1 ORDER BY `product`.`id` ASC
Filename: models/Product_model.php
Line Number: 73