Hi
I have following errors

Notice: Undefined index: seven in _drupal_maintenance_theme() (line 74 of /home/arctush/public_html/includes/theme.maintenance.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 145 of /home/arctush/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 684 of /home/arctush/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 684 of /home/arctush/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 684 of /home/arctush/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 684 of /home/arctush/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 684 of /home/arctush/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_build_registry() (line 684 of /home/arctush/public_html/includes/theme.inc).
Notice: Undefined index: seven in theme_get_setting() (line 1301 of /home/arctush/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in theme_get_setting() (line 1348 of /home/arctush/public_html/includes/theme.inc).
Notice: Undefined index: seven in template_preprocess_maintenance_page() (line 2571 of /home/arctush/public_html/includes/theme.inc).
Notice: Trying to get property of non-object in template_preprocess_maintenance_page() (line 2571 of /home/arctush/public_html/includes/theme.inc).
Warning: array_keys() [function.array-keys]: The first argument should be an array in template_preprocess_maintenance_page() (line 2574 of /home/arctush/public_html/includes/theme.inc).
Warning: Invalid argument supplied for foreach() in template_preprocess_maintenance_page() (line 2574 of /home/arctush/public_html/includes/theme.inc).

Comments

aczietlow’s picture

Did you try installing a new theme or modifying one of the core themes?

"Insanity is doing the same thing over and over again, expecting different results." - Einstein

jeannine’s picture

I have the same problem and it appeared after modifying a theme. Any suggestions would be wonderful

jeannine’s picture

i immediately realized I must have missed changing the names of the theme somewhere so I did a search in the theme directory for ever instance of the old theme name in the terminal: grep old-theme-name * then fixed the names.

bdtushar’s picture

solved by replacing deleted themes

eilertr’s picture

Just for your info, most of the errors have something to do with missing files when copying them into your directory/root or while deleting. I would check in detail every folder to make sure all files have been transferred.