Closed (won't fix)
Project:
Administration menu
Version:
6.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2009 at 16:18 UTC
Updated:
8 Jul 2009 at 20:29 UTC
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
Comment #1
sunEither 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.