Severity: Warning
Message: A non-numeric value encountered
Filename: controllers/Product.php
Line Number: 146
Backtrace:
File: /home/gergstor/public_html/testuthhanecom/application/controllers/Product.php
Line: 146
Function: _error_handler
File: /home/gergstor/public_html/testuthhanecom/index.php
Line: 317
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/gergstor/public_html/testuthhanecom/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home/gergstor/public_html/testuthhanecom/application/models/Product_Model.php
Line: 320
Function: get
File: /home/gergstor/public_html/testuthhanecom/application/controllers/Product.php
Line: 147
Function: all_artisan
File: /home/gergstor/public_html/testuthhanecom/index.php
Line: 317
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 '-24, 24' at line 8
SELECT DISTINCT `art`.`art_id`, `art`.`artisan_name`, `art`.`artisan_avatar`, `art`.`artisan_skill1` FROM `artisan_signup` `art` JOIN `merchant_ids` `mid` ON `mid`.`reg_id`=`art`.`art_id` JOIN `uthhan_product` `uth` ON `uth`.`uthhan_id`=`mid`.`merchant_id` WHERE `uth`.`status` = 'Approved' GROUP BY `uth`.`uthhan_id` ORDER BY `art`.`art_id` DESC LIMIT -24, 24
Filename: models/Product_Model.php
Line Number: 320