Closed (duplicate)
Project:
Fivestar
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2011 at 23:30 UTC
Updated:
11 Jan 2012 at 19:31 UTC
Jump to comment: Most recent
Comments
Comment #1
stano.lacko commentedHope fixed
Comment #2
brycesenz commentedSorry, but I was getting this error as well, and "Hope fixed" was not helpful.
In reality, this module has a dependency on the Entity API module (http://drupal.org/project/entity), but that dependency is not made explicit in the code. Hence, this error will result if you aren't using Entity API, and then break the site.
The fix is that Fivestar just needs to list the Entity API module as a dependency.
Comment #3
elvin - albania drupal developerI confirm this behavior. This was driving me nuts on a client site i was building. The authors need to DECLARE this DEPENDENCY!
Thanks a lot brycesenz!
Comment #4
userofdrupal commentedThanks brycesenz, I was getting this issue too and installing the Entity API module fixed it.
Comment #5
ericduran commentedYea, this is an actual bug. This code got in by mistake. I have another issue that discusses this further.
Comment #6
Anonymous (not verified) commentedIf you are running into this issue, please test the patch at http://drupal.org/node/1386402#comment-5444120
Comment #7
coloryan commentedConfirmed - the patch in #6 fixed my error. Thanks linclark.
Comment #8
ericduran commentedDuplicate of the issue linclark mention :)