Closed (fixed)
Project:
AdaptiveTheme
Version:
7.x-3.x-dev
Component:
CSS/HTML
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 May 2012 at 23:31 UTC
Updated:
17 Jul 2013 at 10:40 UTC
I just updated a test site to 7.x-3.x-dev from 2012-05-07 and am getting this error:
Notice: Undefined index: leaderboard in include() (line 92 of /home/account/public_html/drupal/sites/all/themes/adaptivetheme/at_core/templates/page--full-width-wrappers.tpl.php).
Great job on this newest version of AdaptiveTheme! Really what I was hoping to find for some of my newer sites where mobile was of concern.
Comments
Comment #1
Jeff Burnz commentedI think this is unlikely to be a bug in the core theme - since you upgraded can you check if you have the region declaration in your sub-themes info file:
If that is missing, and this region is not something you orindarily use in this theme, then you need to remove it from the page template.
You can do this by copying the
page--full-width-wrappers.tpl.phpfile fromat_core/templatesto your sub-theme and deleting this out of the template, it near the top, around line 92:Comment #2
Jeff Burnz commentedAssuming fixed. Can't reproduce this in the theme and the region certainly exists.
Comment #4
dalehgeist commentedI got this too, with Footheme, when I enabled "Use page--full-width-wrappers.tpl.php by default." You're right - that region does not exist in Corolla. When I added it to the .info file, the error went away.
Comment #5
vantastic commentedHad the same issue with the above message appearing on both front end and back end pages. Drupal 7 clean install with ATCommerce Theme, and I suspect using Panels (Everywhere) triggered it.
Either way, commenting the relevant lines (101 through 110) out in the referenced file solved the problem without any side-effects as far as I can see.
Comment #5.0
vantastic commentedremoving specific account folder names