Severity: Notice
Message: Undefined index: category_id
Filename: controllers/Product.php
Line Number: 86
Backtrace:
File: /data/user/htdocs/application/client/controllers/Product.php
Line: 86
Function: _error_handler
File: /data/user/htdocs/index.php
Line: 316
Function: require_once
Severity: Notice
Message: Undefined index: title
Filename: controllers/Product.php
Line Number: 88
Backtrace:
File: /data/user/htdocs/application/client/controllers/Product.php
Line: 88
Function: _error_handler
File: /data/user/htdocs/index.php
Line: 316
Function: require_once
Severity: Notice
Message: Undefined index: category_id
Filename: controllers/Product.php
Line Number: 90
Backtrace:
File: /data/user/htdocs/application/client/controllers/Product.php
Line: 90
Function: _error_handler
File: /data/user/htdocs/index.php
Line: 316
Function: require_once
Severity: Notice
Message: Undefined index: category_id
Filename: controllers/Product.php
Line Number: 91
Backtrace:
File: /data/user/htdocs/application/client/controllers/Product.php
Line: 91
Function: _error_handler
File: /data/user/htdocs/index.php
Line: 316
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /data/user/htdocs/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /data/user/htdocs/application/client/models/Product_model.php
Line: 73
Function: get_where
File: /data/user/htdocs/application/client/controllers/Product.php
Line: 93
Function: getPrv
File: /data/user/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` > 8 and `product`.`category_id` in () and `product`.`display` = 1 ORDER BY `product`.`id` ASC
Filename: models/Product_model.php
Line Number: 73