[drupal-support] Upgrading database from 4.5.4 to 4.6.2 (was Psychophobia)

Gerhard Killesreiter killesreiter at physik.uni-freiburg.de
Thu Jul 21 02:38:07 UTC 2005



On Wed, 20 Jul 2005 sunblockster at gmail.com wrote:

> I have successfully upgraded the database from 4.5.4 to 4.6.2, and
> fixed the term_node duplicates problem following Gerhard's instructions!
>
> However, I now get this series of errors when I click on "Blocks" in
> Adminisration. So close!
>
>
> > user error: Unknown column 'throttle' in 'field list'
> > query: INSERT INTO blocks (module, delta, status, weight, region,
> > visibility, pages, custom, throttle, types) VALUES ('block', '1',
> > 1, 0, 0, 0, '', 0, 0, '') in /big/dom/xpublic_domain/www/drupal462/
> > includes/database.mysql.inc on line 66.

ALTER TABLE blocks ADD throttle tinyint(1) NOT NULL DEFAULT '0';

Cheers,
	Gerhard



More information about the drupal-support mailing list