Guys,

the module has wrong install functions. Consider changing the

function fivestar_install() {
  drupal_install_schema('votingapi');
}

by

function fivestar_install() {
  drupal_install_schema('fivestar');
}

best regards,

massa

Comments

quicksketch’s picture

Status: Active » Fixed

Ahem, yeah sorry...

This has already been fixed in HEAD. I'll roll a beta4 shortly.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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