Hey all,
I'm working to upgrade several inherited Drupal 4.6 sites to Drupal 6. I know that all Drupal 4.6 sites ought be thrust into a deep basement on Alpha Centauri behind a "Beware of Leopard" sign, yet my task remains.
I've followed the upgrade path 4.6->4.7 and I'm now getting an "Access Denied" error on nodes, likely nodes created with Flexinode.
I've got a fresh 4.7 install that I'm comparing it to, but what tables might be messed up in my upgraded site? Should I forge ahead, upgrading all the modules, and ignore the problem, then straighten it out in 5 or 6?
I'm pasting my upgrade errors below, in case it's helpful.
Drupal database update
* user warning: Table 'search_total' already exists query: CREATE TABLE search_total ( word varchar(50) NOT NULL default '', count int(10) unsigned default NULL, PRIMARY KEY word (word) ) in /var/www/..../includes/database.mysql.inc on line 121.
* user warning: Can't DROP 'path'; check that column/key exists query: ALTER TABLE blocks DROP path in /var/www/..../includes/database.mysql.inc on line 121.
* user warning: Duplicate column name 'visibility' query: ALTER TABLE blocks ADD visibility tinyint(1) NOT NULL in /var/www/..../includes/database.mysql.inc on line 121.