Closed (duplicate)
Project:
Weather
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 17:25 UTC
Updated:
22 May 2012 at 08:41 UTC
Fresh install from this morning's CVS. This was running Simpletest on the Coder module, but it looks like it's related to the Update module's cache changes.
An error occurred.
Path: /batch?id=3&op=do
Message: PDOException: SELECT data, created, expire, serialized FROM {cache_update} WHERE cid = :cid -
Array
(
[:cid] => update_available_releases
)
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd7.simpletest389507cache_update' doesn't exist in _update_cache_get() (line 574 of C:\www\webapps\drupal-7\modules\update\update.module).
Comments
Comment #1
dwwA) "update system" == update.php. I think you meant "update.module".
B) This isn't update.module's fault at all: #360925: Need to reset module_list()
Comment #2
Beata43 commentedWhat to do, please help
I don't understand
I have error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'audrone_drup1.drup_weather_display' doesn't exist: SELECT number FROM {weather_display} WHERE type=:type ORDER BY number ASC; Array ( [:type] => system-wide ) - weather_get_displays_in_use() (eilutė 364 iš /home/audrone/domains/sniegonuoma.lt/public_html/sites/all/modules/weather-7.x-1.1/weather/weather.module).
Comment #3
nancydruOpen this issue in the appropriate module's issue queue. http://drupal.org/project/issues/weather
Comment #4
kenorb commented