Closed (fixed)
Project:
Fivestar
Version:
5.x-1.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 14:37 UTC
Updated:
20 Aug 2008 at 15:34 UTC
Jump to comment: Most recent
got this during module install. comment module is not enabled.
Comments
Comment #1
moshe weitzman commentedSorry - comment module *is* enabled. I suspect that fivestar_comment.inc is not loaded during module install.
Comment #2
quicksketchThanks Moshe. I was pulling in the .inc file right before that function call in Drupal 6, but in D5 I was pulling in the .inc file during hook_init(). Looks like it'd be safest to just pull in that file in both places in both versions. Keep things consistent and insure that the file has been included. Thanks!
Patches
D5: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/fivestar/fi...
D6: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/fivestar/fi...
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
jon pughThe supported release still contains this bug.
I don't mind fixing it manually, but everyone who's been downloading the module for d5 is going to get this error on install.
Comment #5
quicksketchThe dev version of Fivestar (what will become 1.13), has the comment support broken out into a separate module entirely, so this problem should definitely be solved for the next release.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
Anonymous (not verified) commentedWould it make sense to do a release even if it contained nothing more that this patch?
This issue has been in the queue since April 28 with a code resolution that everyone agrees is a satisfactory solution.