Postponed (maintainer needs more info)
Project:
Drupad
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Apr 2011 at 00:52 UTC
Updated:
12 May 2011 at 08:54 UTC
Error message
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of /home/content/95/7694395/html/includes/entity.inc).
What is wrong and how to fix it??
Comments
Comment #1
bittertruth commentedI had the exact same issue and when I dug into that code in entity.inc. It was related to some cache function.
I happened to enable " Locally cache tracking code file " from Google analytics setting and that's when this problem came on.
I disabled the "Locally cache tracking code file " and the error warning is gone.
Hopefully this will work for you.
Comment #2
jchatard commentedDoesn't seem like a Drupad issue