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

dww’s picture

Component: update system » simpletest.module
Status: Active » Closed (duplicate)

A) "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()

Beata43’s picture

What 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).

NancyDru’s picture

Open this issue in the appropriate module's issue queue. http://drupal.org/project/issues/weather

kenorb’s picture

Project: Drupal core » Weather
Version: 7.x-dev » 7.x-1.x-dev
Component: simpletest.module » Code