User Tools

Site Tools


install-errors

Table of Contents

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:

    DELETE from `core_resources` WHERE code LIKE 'usimple%';

4. Flush and enable cache.

This operation should result in setup scripts being ran.

install-errors.txt · by jamby77