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