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
Comment #1
carsonblack commentedUpdating issue title
Comment #2
carsonblack commentedHandled in cod project instead of here as the fix was a patch to the .make file
Comment #3
rootworkUm, what was the fix? And what is the issue this is a duplicate of? I couldn't find it in the cod project issue queue.
I'm seeing the same issue and want to know how you fixed it. Of course you can re-close it once you link to the fix.
Thanks!
Comment #4
rootworkCan you give some kind of update or explanation of how this was fixed? I'm seeing this bug, and I'm not clear what the solution is from what you've posted.
Comment #5
aburrows commentedSee this patch https://drupal.org/node/2003584#comment-7452336
Comment #6
henrikakselsen commentedOpening, since that patch did not remove any warnings for me. I also don't really see how these issues are duplications.
Seems like at least the errors from content.inc stems from the fact that sometimes $content is an array and sometimes an object.
Comment #7
dyannenovaThe patch just created the block object, which should have corrected the errors. I can't reproduce the errors on a new install of COD.
Comment #8
japerryFixed. This isn't relevant anymore with the new admin panels.