Update SQL error
fasdalf@fasdalf.ru - June 29, 2009 - 07:48
| Project: | Voting API |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Updating from rc2.
* user warning: Table 'fasdalf_anapax.nah_dru_nah_dru_votingapi_vote' doesn't exist query: ALTER TABLE nah_dru_nah_dru_votingapi_vote DROP INDEX content in /home/fasdalf/public_html/includes/database.mysql-common.inc on line 448.
* user warning: Table 'fasdalf_anapax.nah_dru_nah_dru_votingapi_vote' doesn't exist query: ALTER TABLE nah_dru_nah_dru_votingapi_vote DROP INDEX content_vtype in /home/fasdalf/public_html/includes/database.mysql-common.inc on line 448.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)

#1
Fixed in the new 2.1 release.
Also, the error you noted was non-fatal and only affected the removal of two outdated indexes. All your data was still safe and the module will work fine even if you don't upgrade to version 2.1.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.