Closed (fixed)
Project:
Administration theme
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 11:56 UTC
Updated:
11 Jun 2014 at 05:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dgastudio commentedComment #2
gazwal commentedsame issue with both DEV or 1.0
Comment #3
thomas1977 commentedWas just about to install this module, but then I saw this... Waiting for news on this one.
Comment #4
IdanC commentedsame problem here, any solutions?
Comment #5
jibize commentedYep same here...
Comment #6
glenshewchuck commentedsame for 7.x-1.0
Comment #7
dgastudio commentedswitched to Context module....
Comment #8
ahimsauziSame here for 7.x-1.0
Is it me or Drupal just getting more and more careless?? Lately, every simple upgrade, install, uninstall is a hassle!!
Comment #9
skinAny news? Same here for 7.x-1.0
Comment #10
andrewmacpherson commentedHmmm.
admin_theme_admin_theme_info()IS defined in admin_theme.moduleI expect this means that the function isn't available at whatever stage of bootstrap the uninstall_hook is operating at.
Comment #11
andrewmacpherson commentedThe function
admin_theme_admin_theme_info()isn't available because the module as already been disabled, so the code in admin_theme.module isn't loaded.Fixed by adding a call to
drupal_load('module', 'admin_theme')See http://api.drupal.org/api/drupal/modules!system!system.api.php/function/...
Comment #12
ParisLiakos commentedthanks, patch works
Comment #13
jlockhartThanks, patched worked great.
Comment #14
wOOge commentedPatch Works.
Comment #15
mrP commented+1 RTBC
Comment #17
justy commentedPatch applied to the 7.x-1.x-dev branch. Will be included in the next release.