SQLSTATE [42S22]:1.9.2アップグレード後、列が見つかりません:1054不明な列 'e.status'
1.90から1.92に更新したところ、次のエラーが表示されています... それを修正する方法はありますか? SQLSTATE[42S22]: Column not found: 1054 Unknown column 'e.status' in 'where clause', query was: SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_flat_1` AS `e` INNER JOIN `catalog_category_product_index` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.category_id = '301' AND cat_index.is_parent=1 WHERE (e.status = 1) Trace: #0 public_html/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array) #1 public_html/app/code/core/Zend/Db/Statement.php(291): Varien_Db_Statement_Pdo_Mysql->_execute(Array) #2 public_html/lib/Zend/Db/Adapter/Abstract.php(480): …