Hi there,

I'm getting this error when runing update.php

The update process was aborted prematurely while running update #6000 in dblog.module.

I was upgrading modules.

I first upgraded nodewords and no problem, then I upgraded views and I started getting this warning messages when trying to run update.php.

Any idea what's going on?

Comments

vm’s picture

drupal 6.14 and views 2.6?

manoloka’s picture

That's right drupal 6.14 and views 2.6?

vm’s picture

The odd thing about the message is that it isn't from views. It's drupals core blog.module.

I can't find any other relevant threads on this.

manoloka’s picture

Are you sure is the blog module? I say so because even if I disable the Blog module I keep getting the same error.

In the other hand the message says dblog.module , not blog.module.

Isn't that (maybe) a DB Log Module (as Database Log Module)?

Also if I flash the caches the first time I load the page I get;

user warning: Table 'myname_canary.cache_views_data' doesn't exist query: DELETE FROM cache_views_data in /hsphere/local/home/myname/mysite.com/includes/cache.inc on line 172.

vm’s picture

good catch.

have you tried disabling the dblog.module?

looks like views is missing at least one table.
I'd export my views
disable views
uninstall views
reinstall views
import my exported views.

manoloka’s picture

I can NOT find a dblog.module anywhere?

What module is that?