I am working on Drupal 6 and I have migrated it from a remote server to localhost. I have created the backup file for the database, and have imported that database. Now, when I load the home page, for example http://localhost/abc, I receive the following error:
Warning: Table ‘drupal.access’ doesn’t exist query: SELECT 1 FROM access WHERE type = ‘host’ AND LOWER(‘127.0.0.1’) LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in C:\wamp\www\ihlet1\includes\database.mysqli.inc on line 128/
Please suggest me a solution, thanks.
This can happen for a couple of reasons:
Try them and tell me if it works