I got the following error messages on update. Should I update them manually, or not worry?

* user warning: Can't DROP 'src_language'; check that column/key exists query: ALTER TABLE url_alias DROP INDEX src_language in /home/radio/public_html/includes/database.mysql-common.inc on line 448.
* user warning: Can't DROP 'dst_language'; check that column/key exists query: ALTER TABLE url_alias DROP KEY dst_language in /home/radio/public_html/includes/database.mysql-common.inc on line 417.
* user warning: Duplicate key name 'src_language_pid' query: ALTER TABLE url_alias ADD INDEX src_language_pid (src, language, pid) in /home/radio/public_html/includes/database.mysql-common.inc on line 434.
* user warning: Duplicate key name 'dst_language_pid' query: ALTER TABLE url_alias ADD UNIQUE KEY dst_language_pid (dst, language, pid) in /home/radio/public_html/includes/database.mysql-common.inc on line 403.

The following queries were executed
system module
Update #6055

* Failed: ALTER TABLE {url_alias} DROP INDEX src_language
* Failed: ALTER TABLE {url_alias} DROP KEY dst_language
* Failed: ALTER TABLE {url_alias} ADD INDEX src_language_pid (src, language, pid)
* Failed: ALTER TABLE {url_alias} ADD UNIQUE KEY dst_language_pid (dst, language, pid)

Comments

willhallonline’s picture

I would have a look into why the database errors didn't run. Potentially it could be that the updates had already been run once, however, if they haven't been run at all you should both look into running them, and why they didn't run in the first place (either a database issue or an issue in your server?).