Hello, thanks for creating this theme. Hoping this one will be the ticket.
I get the following error message when configuring the them:
Notice: Undefined index: logo_path in system_theme_settings_validate() (line 631 of /home/minnerbu/public_html/modules/system/system.admin.inc).
Notice: Undefined index: logo_upload in system_theme_settings_submit() (line 679 of /home/minnerbu/public_html/modules/system/system.admin.inc).
And this is the error when I look at from user side:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in theme_get_registry() (line 248 of /home/minnerbu/public_html/includes/theme.inc).
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in theme_get_registry() (line 248 of /home/minnerbu/public_html/includes/theme.inc).
Comments
Comment #1
dcmouyard commentedI believe this is a core Drupal bug that occurs whenever a theme doesn't use the logo feature.
The latest dev release now implements the logo feature, so this error no longer shows up. The logo is only displayed when printing a page.
Comment #2
dcmouyard commented