| Type | WARNING |
| Message | 1054 - Unknown column 'c.categories_image_list' in 'SELECT'
SELECT
c.categories_id,
c.categories_image,
c.categories_image_list,
c.categories_image_mobile,
c.parent_id,
cd.categories_name,
cd.categories_description,
cd.categories_short_description,
cd.categories_heading_title
FROM categories c
JOIN categories_description cd
ON c.categories_id = cd.categories_id
AND trim(cd.categories_name) != ''
WHERE c.categories_status = '1'
AND c.parent_id = '18'
AND c.parent_id <> '0'
AND cd.language_id = '2'
ORDER BY sort_order, cd.categories_name |
| File | /var/www/html/inc/db_functions_mysqli.inc.php |
| Line | 194 |
| Backtrace #0 | /var/www/html/inc/db_functions.inc.php called at Line 84 |
| Backtrace #1 | /var/www/html/includes/modules/categories_listing.php called at Line 78 |
| Backtrace #2 | /var/www/html/includes/modules/product_listing.php called at Line 159 |
| Backtrace #3 | /var/www/html/includes/modules/default.php called at Line 339 |
| Backtrace #4 | /var/www/html/index.php called at Line 42 |