got this during module install. comment module is not enabled.

Comments

moshe weitzman’s picture

Sorry - comment module *is* enabled. I suspect that fivestar_comment.inc is not loaded during module install.

quicksketch’s picture

Status: Active » Fixed

Thanks 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...

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

jon pugh’s picture

Status: Closed (fixed) » Fixed

The 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.

quicksketch’s picture

The 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Anonymous’s picture

Would 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.