Hello,
I purchased your theme and installed it as profile installation following steps from documentation and I get these notices:
Notice: Undefined index: in drupalexp_preprocess_html() (line 154 of /home/.../profiles/drupalexp_evolve/themes/drupalexp/template.php).
Notice: Trying to get property of non-object in drupalexp_preprocess_html() (line 154 of /home/.../profiles/drupalexp_evolve/themes/drupalexp/template.php)
Notice: Undefined index: in drupalexp_preprocess_html() (line 156 of /home/.../profiles/drupalexp_evolve/themes/drupalexp/template.php).
Can you help me with these?
Thanks
© Copyright 2013-2017 DrupalExp - All Rights Reserved
I have the exact same issue.. Initially, I installed it as a theme and it was fine but as a profile, I get the error.
Hello,
Which version of PHP are you using to run the site? Also, pls open a ticket with your Cpanel information which we can check it.
Thank you.
The notices disappeared next day.
Sorry for not answering before, lately I have been very busy.
Hi,
I have the same problem after to install (Theme only):
PHP version: 5.5.9
I'm having the exact same issues after installing the theme only. PHP version is 5.3.13.
There appears to be an issue with the function drupalexp_form_system_theme_settings_alter in themes/drupalexp/theme-settings.php. The fields (theme settings, logo, favicon) are missing from the "Drupal Core" tab. Commenting out lines 27, 28 and 29 provide a temporary fix (like this);
//unset($form['theme_settings']);
//unset($form['logo']);
//unset($form['favicon']);
For me the solution was to save the site "admin/appearance/settings/" again. Message was gone.