I have a store running Magento CE 1.7. Suddenly from this morning (without any code updates) I get the following error:
a: 5: {i: 0; s: 111: "SQLSTATE [42S02]: the underlying table or view was not found: 1146 Table 'XXXXXX.catalog_category_flat_store_1' does not exist"; i: 1; s: 5914: "# 0 / var / www / lib / Varien / Db / Statement / Pdo / Mysql.php (110): Zend_Db_Statement_Pdo-> _ execute (Array)
I see that the table actually exists in the database and can be accessed from the server. However, the error message indicates that it was not found.
I'm so far away
- cleared cache
- Rebuilt indexes
- I deleted the table and rebuilt the index so that it is created automatically, and it does it.
Can someone please shed some light on this ??
source
share