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

damiankloip’s picture

Hi 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.

damiankloip’s picture

Status: Active » Postponed (maintainer needs more info)

Have tried again to replicate, just to make sure. wait to see if we get any more info.

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

The issue seems to have resolved itself - clearing the cache has been fine recently.