Visiting the flickr rippr user account page causes the following drupal warning:

'Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 167 of /Users/rkoberg/Sites/artscape/includes/entity.inc).'

Comments

Shiny’s picture

this is happening in multiple modules
http://drupal.org/node/764470
http://drupal.org/node/937100
http://drupal.org/node/850946
http://drupal.org/node/939776

at first glance i thought it wsa a core bug, but it may be instead DrupalDefaultEntityController is fragile and picky as to what form nodes can take..... some reading to do.

Shiny’s picture

Status: Active » Closed (duplicate)

Duplicate of this core bug: http://drupal.org/node/937100

infines’s picture

Priority: Minor » Critical
Status: Closed (duplicate) » Active

http://drupal.org/node/1102570#comment-6756382

Gives some reading for this problem. I have Drupal 7.17 and this bug is still happening. I'm reading that it needs to be corrected in the offending module....which is either FlickrRippr or FlickrAPI

I'm marking as critical as it renders this module unusable.

BinaryKitten’s picture

Working towards fixing this. There are a few places that cause the offending error. Though it took a little while to debug and locate.

Will liaise wth Shiny to get this fix out.