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

Title: Warning: Attempt to assign property of non-object in ctools_block_content_type_render() » Event Dashboard - Warning: Attempt to assign property of non-object in ctools_block_content_type_render()

Updating issue title

carsonblack’s picture

Status: Active » Closed (duplicate)

Handled in cod project instead of here as the fix was a patch to the .make file

rootwork’s picture

Status: Closed (duplicate) » Active

Um, 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!

rootwork’s picture

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

aburrows’s picture

Assigned: carsonblack » aburrows
Status: Active » Closed (duplicate)
henrikakselsen’s picture

Status: Closed (duplicate) » Active

Opening, 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.

dyannenova’s picture

The patch just created the block object, which should have corrected the errors. I can't reproduce the errors on a new install of COD.

japerry’s picture

Issue summary: View changes
Status: Active » Fixed

Fixed. This isn't relevant anymore with the new admin panels.

Status: Fixed » Closed (fixed)

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