Formblock worked great as a block, but when I added it to a panel, I get these errors:

Warning: Attempt to assign property of non-object in ctools_block_content_type_render() (line 152 of /Users/amorton/Sites/edge/edge/sites/all/modules/contrib/ctools/plugins/content_types/block/block.inc).
Warning: Attempt to assign property of non-object in ctools_block_content_type_render() (line 153 of /Users/amorton/Sites/edge/edge/sites/all/modules/contrib/ctools/plugins/content_types/block/block.inc).
Warning: Attempt to assign property of non-object in ctools_block_content_type_render() (line 162 of /Users/amorton/Sites/edge/edge/sites/all/modules/contrib/ctools/plugins/content_types/block/block.inc).
Warning: Attempt to assign property of non-object in ctools_block_content_type_render() (line 166 of /Users/amorton/Sites/edge/edge/sites/all/modules/contrib/ctools/plugins/content_types/block/block.inc).
Warning: Attempt to assign property of non-object in ctools_content_render() (line 289 of /Users/amorton/Sites/edge/edge/sites/all/modules/contrib/ctools/includes/content.inc).
Warning: Attempt to assign property of non-object in ctools_content_render() (line 293 of /Users/amorton/Sites/edge/edge/sites/all/modules/contrib/ctools/includes/content.inc).

Comments

yannisc’s picture

Same problem here.

mikey_p’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

I suspect there is some kind of mismatch here with panels expecting a $block object and form block using the standard Drupal 7 array. Can you post what version of panels you are using?

epersonae2’s picture

FWIW, I'm using Panels 7.x-3.5 and it's working fine.