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

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.

Hey, I don't have today now to reinstall and find the exact thing that fixed it but I basically clicked save on each page of the drupalexp and evolve appearance settings and it fixed itself. I thInk that's all I did because I didn't change any code. I will try to recreate the solution later or tomorrow on a fresh install.

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):

  • Notice: Undefined index: en drupalexp_preprocess_html() (línea 154 de /data/www/igfs/sites/all/themes/drupalexp/template.php).
  • Notice: Trying to get property of non-object en drupalexp_preprocess_html() (línea 154 de /data/www/igfs/sites/all/themes/drupalexp/template.php).
  • Notice: Undefined index: en drupalexp_preprocess_html() (línea 156 de /data/www/igfs/sites/all/themes/drupalexp/template.php).

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.