I get a notice in watchdog:

Notice: Undefined index: #id in at_core_theme_suggestions_block_alter() (line 372 of /.../themes/adaptivetheme/at_core/at_core.theme).

Comments

Liakoni created an issue. See original summary.

Jeff Burnz’s picture

OK, lets wrap in isset() around that, will commit shortly.

  • Jeff Burnz committed afce325 on 8.x-1.x
    Issue #2676304: Notice: Undefined index: #id in...
Jeff Burnz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

gcaudle’s picture

This issue has resurfaced.

bwong’s picture

I think it is similar. I am getting it when using page_manager. The difference is that is shows up on line 115 which does not have an isset in the conditional. Adding it fixes the problem. I am also seeing a similar problem in themes/adaptivetheme/at_core/includes/misc.inc in function _at_core_layout_plugin_attributes when accessing #bundle and #view_mode because there is no entity being displayed.