Closed (won't fix)
Project:
Voting API
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2009 at 07:51 UTC
Updated:
7 Dec 2017 at 08:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mcload commentedMy update failed too. Received this error
The following queries were executed
votingapi module
Update #6101
Failed: ALTER TABLE {{votingapi_vote}} DROP INDEX content
Failed: ALTER TABLE {{votingapi_vote}} DROP INDEX content_vtype
ALTER TABLE {votingapi_vote} ADD INDEX content_uid_2 (content_type, uid)
Comment #2
milesgillham commentedThat diff as a patch.
Cheers,
Miles
Comment #3
eaton commentedChecked into the dev release. thanks!
I won't be releasing a new version for this just yet, as it's a relatively minor issue in the last update, but this will be rolled into the 2.1 version when it comes out.
Comment #4
hgmichna commentedGot the same error:
I corrected the two SQL statements and ran them manually.
I guess I'm not the only one who did that. Will you be able to drop the two indices in the next version without showing an error if the indices have already been dropped?
Comment #5
eaton commentedYes, there should be no problem with that.
Comment #7
AgentD commentedI'm getting this in v2.3 (Drupal 6.14). It looks like the fix above isn't for 2.3, in looking at the .install file the lines appear corrected.
error: "The update process was aborted prematurely while running update #6101 in votingapi.module."
Comment #8
AgentD commentedTurning to Active. Trying to update modules and keep getting this error.
v2.3 (Drupal 6.14)
Help is greatly appreciated.
Dan
Comment #10
legolasboDrupal 6 is no longer supported. Closing old issues to clean up the issue queue.
Please reopen and update this issue if this is still an issue in the D7 or D8 version.