Active
Project:
Flickr Rippr
Version:
7.x-2.1-rc3
Component:
Flickr Rippr Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2010 at 22:08 UTC
Updated:
15 Feb 2013 at 16:19 UTC
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
Comment #1
Shiny commentedthis 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.
Comment #2
Shiny commentedDuplicate of this core bug: http://drupal.org/node/937100
Comment #3
infines commentedhttp://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.
Comment #4
BinaryKitten commentedWorking 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.