I just upgraded a site from D5 to D6. I enabled admin menu again and get a white screen on every page. I even uninstalled the module and re-enabled it.

The only watchdog error I get is this. It may be related or it may not be.

Table 'print_node_conf' already exists query: CREATE TABLE print_node_conf ( `nid` INT unsigned NOT NULL, `link` TINYINT unsigned NOT NULL DEFAULT '1', `comments` TINYINT unsigned NOT NULL DEFAULT '1', `url_list` TINYINT unsigned NOT NULL DEFAULT '1', PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/.mizela/**USERNAME**/drupal6/includes/database.inc on line 517.

Comments

sun’s picture

Status: Active » Closed (won't fix)

Either you're running into memory limit issues or some other module is freaking out (perhaps Print module, perhaps not).

See http://drupal.org/node/158043 for more information about how to properly debug WSODs.