问题
I have an existing store running Magento CE 1.7. Suddenly from today morning (without any code updates), I am receiving the following error -
a:5:{i:0;s:111:"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXXX.catalog_category_flat_store_1' doesn't exist";i:1;s:5914:"#0 /var/www/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array)
I can see that the table actually exists in the Database and can be accessed from the server. However, the error report is indicating that its not found.
I have so far,
-- Cleared Cache
-- Rebuilt indexes
-- Removed the table and rebuilt the index again, so that it gets created automatically and it does.
Can anyone please throw some light on this??