On Wed, 20 Jul 2005 sunblockster@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