A PHP Error was encountered

Severity: Warning

Message: Attempt to read property "id" on null

Filename: controllers/Home.php

Line Number: 79

Backtrace:

File: /home/websakshi/public_html/frontend/application/controllers/Home.php
Line: 79
Function: _error_handler

File: /home/websakshi/public_html/frontend/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/websakshi/public_html/frontend/system/core/Exceptions.php:272)

Filename: core/Common.php

Line Number: 573

Backtrace:

File: /home/websakshi/public_html/frontend/application/models/Homem.php
Line: 56
Function: query

File: /home/websakshi/public_html/frontend/application/controllers/Home.php
Line: 79
Function: get_products_bycat

File: /home/websakshi/public_html/frontend/index.php
Line: 315
Function: require_once

Database Error

A Database Error Occurred

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 'order by id desc' at line 1

select p.*,(select c.category_name from category c where c.id=p.cat_id)as catname,(select s.category_name from sub_categories s where s.subcatid=p.subcat_id)as subcatname,(select pub.publisher_name from publisher pub where pub.id=p.publisher_id)as pubname from estore_products p where p.status=1 and p.product_owner=1 and p.cat_id= order by id desc

Filename: models/Homem.php

Line Number: 56