A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 0

Filename: models/get_products.php

Line Number: 45

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: models/get_products.php

Line Number: 45

Database Error

An Error Was Encountered

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 '' at line 4

SELECT c.id, c.parent_id, cd.id, c.categories_id, cd.categories_id, cd.categories_name, c.categories_id as categoryId, cd.categories_url FROM categories c INNER JOIN categories_description cd on (c.categories_id = cd.categories_id) WHERE parent_id =