User Tools

Site Tools


install-errors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

install-errors [2013/02/04 14:08] (current)
jamby77 created
Line 1: Line 1:
 +==== Problem: ====
 +Following installation, we receive an error - ''Base table or view not found''.
 +==== 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 LIKE 'usimple%';
 +</code>
 +4. Flush and enable cache.
 +
 +This operation should result in setup scripts being ran.
  
install-errors.txt · by jamby77