Base table or view not found: 1146 Table 'catalogsearch_fulltext_scope1' doesn't exist' In Magento 2

preview_player
Показать описание
Base table or view not found: 1146 Table 'catalogsearch_fulltext_scope1' doesn't exist" In Magento 2
Рекомендации по теме
Комментарии
Автор

Hello
I am getting same error but it is coming on category page

3 exception(s):
Exception #0 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Radiatorm2newdata.store' doesn't exist, query was: SELECT `e`.`entity_id`, `stockItem`.`stock_status` AS `is_salable`, `cat_index`.`position`, `price_index`.`max_price` AS `price` FROM `mgoz_catalog_product_entity` AS `e`
INNER JOIN AS `stockItem` ON stockItem.product_id = e.entity_id AND stockItem.website_id = 0 AND stockItem.stock_id = 1
INNER JOIN AS `cat_index` ON cat_index.product_id = e.entity_id AND cat_index.category_id = 177 AND cat_index.store_id = 1
LEFT JOIN AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = (Select website_id FROM store WHERE store_id = 1) ORDER BY is_salable DESC, price ASC, position ASC, entity_id DESC
LIMIT 8


please help me out on this

monabishnoi