This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
ugiftcert:troubleshooting:missing-tables [2012/11/16 20:02] jamby77 [Solution:] |
ugiftcert:troubleshooting:missing-tables [2017/03/08 19:14] (current) jamby77 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== Problem: ==== | ||
| + | Following installation, | ||
| + | ==== Reason: ==== | ||
| + | These symptoms are most often due to Magento cache being enabled during upload process. | ||
| + | Unfortunately this results in setup scripts not being run. | ||
| + | ==== Solution: ==== | ||
| + | To fix this setup scripts must be triggered. This can be done only by reinitialising install process with cache DISABLED. | ||
| + | |||
| + | 1. Disable any Magento cache. | ||
| + | |||
| + | 2. Login to your database; | ||
| + | |||
| + | 3. Execute: | ||
| + | |||
| + | <code mysql> | ||
| + | DELETE from `core_resources` WHERE code=' | ||
| + | </ | ||
| + | 4. Enable cache. | ||
| + | |||
| + | This operation should result in setup scripts being ran. | ||