Active
Project:
Location
Version:
7.x-3.0-alpha9
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2013 at 19:24 UTC
Updated:
25 Apr 2013 at 01:47 UTC
I was trying to install the newest version of the locations module 7.x 3.0-alpha 9 version. The reason for the reinstall was by markers stopped working. When I go to clear the cache, I get this error.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal_intranet.cache_location' doesn't exist: TRUNCATE {cache_location} ; Array ( ) in cache_clear_all() (line 176 of C:\Webs\www\drupal\includes\cache.inc).
I have to delete the module from my sites/all/module folder to get the site back.
Any assistance would be great.
Comments
Comment #1
justluvgod commentedI figured out my problem. The cache_location able was not created when I installed the location module. I did a comparison with the location module I had installed on another server. I copied the cache_location table and the error went away.