Hi,

Got the following error when running the Update script:

user warning: Table 'smith_drupal.calendar_ical' doesn't exist query: update_sql INSERT INTO cache (cid, data, expire, created, headers) SELECT cid, data, expire, created, headers FROM calendar_ical in /usr/www/users/smith/includes/database.mysql.inc on line 172.

Comments

erikhanson’s picture

I got the same error and posted it in an earlier issue, see if this fits your same problem.

http://drupal.org/node/138960

KarenS’s picture

Status: Active » Fixed

I had originally created a separate table for the ical cache, then thought better of it. The update function occasionally seems to want to remove a non-existing table, but it won't hurt anything and you'll never see the message again.

leoklein’s picture

Great. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)