I've long been trying to upgrade the votingapi module. First since the 6.x to 7.x, now using the automatic update in 7.8.
I am getting the following error:
votingapi module can not be updated. Its schema version is 6100. Updates up to and including 6101 have been removed in this release. In order to update votingapi module, you will first need to upgrade to the last version in which these updates were available.
Unfortunately, it's been a while since I've tried it last time before today, so I can't describe how to replicate the bug: hopefully, it has a simple explanation.
I've tried searching for "schema" or "6100", but couldn't find anything. Exact search for the error or part of the error on drupal.org returns nothing.
Help?
Thank you.
Comments
Comment #1
Yura Filimonov commentedI've uninstalled whatever I had and installed 2.4, so it's been installed w/o a hitch.
Comment #2
eaton commentedFor API compatibility reasons, versions of a module targeting Drupal 7 are not supposed to include the Drupal 6 updates. Instead, you need to run the Drupal 6 update on a Drupal 6 database, then update from the 'final' D6 schema to D7. http://drupal.org/documentation/upgrade/6/7 has some additional information.