I just installed the Theme and now whenever I am trying to display any page, A bad warning message is coming like the below on each and every page.
----------
Warning: Illegal string offset 'sidebar_first' in include() (line 17 of C:\xampp\htdocs\drupal7\sites\all\themes\admire_grunge\html.tpl.php).
Warning: Illegal string offset 'sidebar_last' in include() (line 17 of C:\xampp\htdocs\drupal7\sites\all\themes\admire_grunge\html.tpl.php).
Warning: Illegal string offset 'right_dark' in include() (line 17 of C:\xampp\htdocs\drupal7\sites\all\themes\admire_grunge\html.tpl.php).
----------

Please help

Comments

Rijidij’s picture

Try version 7.x-1.3, which is now available.

Otherwise it might be related to this problem.
You could try applying the patch I provided.

Rustyjedi’s picture

Well I have that 7.x-1.3 and I have warnings:

Warning: Illegal string offset 'sidebar_first' in include() (line 17 of /home/sg895/public_html/bunkker/themes/admire_grunge/html.tpl.php).
Warning: Illegal string offset 'sidebar_last' in include() (line 17 of /home/sg895/public_html/bunkker/themes/admire_grunge/html.tpl.php).
Warning: Illegal string offset 'right_dark' in include() (line 17 of /home/sg895/public_html/bunkker/themes/admire_grunge/html.tpl.php).

Any newer updates for this theme?

Rusty

danielldaniell’s picture

The patch above works for 1.3.
You may have to clear your drupal caches after applying it, though.

Rijidij’s picture

Thanks for letting us know danielldaniell.
Hopefully, the maintainer will include it in a new release.