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()

Comments

carsonblack’s picture

Status: Active » Closed (duplicate)

Duplicate of http://drupal.org/node/1899904 which belongs in cod support

carsonblack’s picture

Status: Closed (duplicate) » Needs review
Issue tags: +cod ctools
StatusFileSize
new531 bytes

No 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.

japerry’s picture

Fixed in commit: 1bd3b88e1619add12a0cf81592ace58c75f4e0f3

japerry’s picture

Status: Needs review » Fixed

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

  • Commit 1bd3b88 on 7.x-1.x, pisces authored by carsonblack, committed by japerry:
    #1899888 by carsonblack: remove the error in ctools by adding a patch to...

  • Commit 1bd3b88 on 7.x-1.x, pisces, cod_demo_content authored by carsonblack, committed by japerry:
    #1899888 by carsonblack: remove the error in ctools by adding a patch to...