1146 - Table 'demo.categories_description' doesn't exist

select categories.categories_id, categories_description.categories_name from categories, categories_description where categories.categories_id = categories_description.categories_id and find_in_set('0', categories.categories_hide_from_groups) = 0 and categories.parent_id = 31 and categories_description.language_id = '4' order by categories.sort_order, categories_description.categories_name

[TEP STOP]