Quite a strange error here - basically I enabled the basic theme & set it to the default - visited the homepage (fresh install), cleared the cache via: (drush cc all) and found the theme was then disabled which results in the following errors:
* Notice: Undefined index: basic in drupal_theme_initialize() (line 101 of includes/theme.inc).
* Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of includes/theme.inc).
* Notice: Trying to get property of non-object in _theme_load_registry() (line 284 of includes/theme.inc).
* Notice: Trying to get property of non-object in _theme_build_registry() (line 536 of includes/theme.inc).
* Notice: Trying to get property of non-object in _theme_build_registry() (line 536 of includes/theme.inc).
* Notice: Trying to get property of non-object in _theme_build_registry() (line 536 of includes/theme.inc).
* Notice: Trying to get property of non-object in _theme_save_registry() (line 304 of includes/theme.inc).
* Notice: Undefined index: basic in theme_get_setting() (line 1153 of includes/theme.inc).
* Notice: Trying to get property of non-object in theme_get_setting() (line 1190 of includes/theme.inc).
* Notice: Trying to get property of non-object in theme_get_setting() (line 1200 of includes/theme.inc).
I have not tested to see whether this is actually a wider issue with contrib themes or whether it is just basic.
Comments
Comment #1
damiankloip commentedHi Tom, I haven't been able to or seen a problem with this and basic. Did you change the name of the basic theme folder and/or some of the files maybe? Drupal wouldn't like that very much! Let me know any more info if you can and we'll try and sort this out.
Comment #2
damiankloip commentedHave tried again to replicate, just to make sure. wait to see if we get any more info.
Comment #3
Anonymous (not verified) commentedThe issue seems to have resolved itself - clearing the cache has been fine recently.