Severity: Notice
Message: Trying to get property 'cat' of non-object
Filename: controllers/Site.php
Line Number: 445
Backtrace:
File: /home/astradxb/public_html/application/controllers/Site.php
Line: 445
Function: _error_handler
File: /home/astradxb/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/astradxb/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home/astradxb/public_html/application/controllers/Site.php
Line: 446
Function: get_where
File: /home/astradxb/public_html/index.php
Line: 315
Function: require_once
Error Number: 1054
Unknown column 'assets' in 'on clause'
SELECT `products`.`pid`, `products`.`pname` FROM `products` JOIN `subcategories` ON `products`.`sub_id` = `subcategories`.`sid` JOIN `categories` ON `subcategories`.`cat_id` = `categories`.`cid` and `categories`.`cid`=`assets` WHERE `products`.`status` = 'Active' GROUP BY `products`.`pid` ORDER BY `products`.`pid` DESC
Filename: controllers/Site.php
Line Number: 446