I installed Openoutreach and started figuring out how to use it. By I kept getting weird errors related to the front page slide show.

Warning: array_key_exists() expects parameter 2 to be array, null given in theme_image_formatter() (line 605 of /home/dcogco5/public_html/dcogc.net/drupal7/modules/image/image.field.inc).

A patch to the views module is needed to make them go away on some servers. See #1959558: Views throwing error array_key_exists() expects parameter 2 to be array, null given in theme_image_formatter image/image.field

Another patch is needed to eliminate the following error. See #2132383: Warning: array_flip(): Can only flip STRING and INTEGER values! .. DrupalDefaultEntityController->load() (.. 176 .. entity.inc).

Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 173 of /home/dcogco5/public_html/dcogc.net/drupal7/includes/entity.inc).

Comments

rsbecker’s picture

Issue summary: View changes
nedjo’s picture

Status: Active » Closed (duplicate)

Thanks for noting the issue and for the link to the draft patch. Closing as a duplicate of the linked issue.