Whenever I view a node of a custom content type, full page override panelized, I get this error (3 of each)

  • Illegal offset type in isset or empty in /var/www/vhosts/k00012.local/htdocs/profiles/openatrium/modules/contrib/panelizer/plugins/task_handlers/panelizer_node.inc on line 85
  • Trying to get property of non-object in /var/www/vhosts/k00012.local/htdocs/profiles/openatrium/modules/contrib/oa_responsive_regions/oa_responsive_regions.module on line 110

I have tried changing layout, removing panes, checked all settings of every pane, but can't get rid of. Anybody seen this before?

Comments

hefox’s picture

Haven't seen that issue. Right before that line, add a print_r(debug_backtrace()); or similar to see what stack trace is.