Something failed to install. You don't want to use PHPMyAdmin but instead, go to admin/modules, disable the update module, then go to the Uninstall tab and uninstall the update module. It doesn't delete the module but resets it so that the system now thinks it isn't installed. Once that is complete go back to admin/modules and enable the module. It will install the tables it needs.
Earnie
On Fri, Nov 9, 2012 at 1:27 PM, John S Moss mossj5@comcast.net wrote:
From a rank beginner, I just installed D7, uploaded some new modules, and am now getting this error, no matter what I try to do, from running update.php, to clicking the Configuration link. I get logged in OK.
PDOException: SQLSTATE[42S02]:
Base table or view not found:
1146 Table
'973931_d217.cache_update'
doesn't exist: SELECT
cache_update.cid AS cid,
cache_update.data AS data,
cache_update.created AS created,
cache_update.expire AS expire,
cache_update.serialized AS
serialized FROM {cache_update}
cache_update WHERE
(cache_update.cid LIKE
:db_condition_placeholder_0
ESCAPE '\') ; Array (
[:db_condition_placeholder_0] =>
available_releases::% ) in
_update_get_cache_multiple()
(line 823 of
/srv/disk4/973931/www/1.mosswebs
.com/modules/update/update.modul
e).
It seems a table is missing. How do I create that? Via PHPMyAdmin?
Thanks,
John
-- [ Drupal support list | http://lists.drupal.org/ ]