Getting the following errors on node/1/dashboard :
Warning: Attempt to assign property of non-object in ctools_block_content_type_render() (line 152 of cod_temp/profiles/cod/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 cod_temp/profiles/cod/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 cod_temp/profiles/cod/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 cod_temp/profiles/cod/modules/contrib/ctools/plugins/content_types/block/block.inc).
Warning: Attempt to assign property of non-object in ctools_content_render() (line 289 of cod_temp/profiles/cod/modules/contrib/ctools/includes/content.inc).
Warning: Attempt to assign property of non-object in ctools_content_render() (line 293 of cod_temp/profiles/cod/modules/contrib/ctools/includes/content.inc).
suspect something around line 21 of cod_events/plugins/content_types/cod_events_pane.inc
the cod_events_pane_content_type_render()
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cod-fix-warning-message-1899888-2.patch | 531 bytes | carsonblack |
Comments
Comment #1
carsonblack commentedDuplicate of http://drupal.org/node/1899904 which belongs in cod support
Comment #2
carsonblack commentedNo longer a duplicate as the issue actually is fixed by a patch to ctools: http://drupal.org/node/1739718
Attached is the patch to the make file to include this patch.
Comment #3
japerryFixed in commit: 1bd3b88e1619add12a0cf81592ace58c75f4e0f3
Comment #4
japerry