A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$desc

Filename: models/Product_model.php

Line Number: 103

Backtrace:

File: /var/www/vhosts/rotoplastics.co.tt/httpdocs/application/models/Product_model.php
Line: 103
Function: _error_handler

File: /var/www/vhosts/rotoplastics.co.tt/httpdocs/application/controllers/Product.php
Line: 106
Function: get_category_desc

File: /var/www/vhosts/rotoplastics.co.tt/httpdocs/index.php
Line: 294
Function: require_once

Database Error

A Database Error Occurred

Error Number: 1146

Table 'rotoplasticstt_dbs.rt_categories_products' doesn't exist

SELECT rt_categories_products.category_id, rt_products.status, rt_categories_products.product_id, rt_product_images.product_image_main,rt_product_images.product_image,rt_product_images.status, rt_product_images.product_id, rt_products.name, rt_products.id, rt_products.url, rt_products.description, rt_products.sort FROM rt_categories_products, rt_products, rt_product_images WHERE rt_categories_products.category_id = '1' AND rt_categories_products.product_id = rt_products.id AND rt_products.id = rt_product_images.product_id AND rt_product_images.product_image_main = 1 AND rt_products.status = '1' ORDER BY rt_products.sort ASC

Filename: models/Product_model.php

Line Number: 272