Fehler beim Aufruf von update.php ("Failed: DatabaseSchemaObjectExistsException: Table taxonomy_index already exists." )
am 01.02.2012 - 14:49 Uhr in
Hi
Ich habe soeben eine Site von Drupal 6 auf Drupal 7 upgegradet.
Es ist eigentlich alles prima gelaufen, aber jetzt als ich alle Module aktualisiert habe, gibt Drupal mir diese meldung raus:
simplenews module
7000 - Create table {simplenews_category} to replace taxonomy terms. Migrate Newsletter taxonomy data to Newsletter categories. Rename table simplenews_subscriptions to simplenews_subscriber. Rename table simplenews_newsletters to simplenews_newsletter. Drop fields {simplenews_newsletter}.s_format, .priority and .receipt. Rename table simplenews_snid_tid to simplenews_subscription. Delete deprecated simplenews variables.
7001 - Create key snid_tid on simplenews_mail_spool table.
7002 - Drop support for node revisioning.
7003 - [simplenews-newsletter] tokens have been removed in favor of [node] tokens.
taxonomy module
7004 - Move taxonomy vocabulary associations for nodes to fields and field instances.
7005 - Migrate {taxonomy_term_node} table to field storage. @todo: This function can possibly be made much faster by wrapping a transaction around all the inserts.
7006 - Add {taxonomy_term_data}.format column.
7007 - Add index on {taxonomy_term_data}.name column to speed up taxonomy_get_term_by_name().
7008 - Change the weight columns to normal int.
7009 - Change {taxonomy_term_data}.format into varchar.
7010 - Change {taxonomy_index}.created to support signed int.Ich habe dann auf "OK" gedrückt und dann kam diese Meldung:
The following updates returned messages
taxonomy module
Update #7004
Failed: DatabaseSchemaObjectExistsException: Table <em class="placeholder">taxonomy_index</em> already exists. in DatabaseSchema->createTable() (line 652 of /Applications/MAMP/htdocs/communio2010/includes/database/schema.inc).Kann mir jemand weiterhelfen???
gruss johnny
- Anmelden oder Registrieren um Kommentare zu schreiben

noch mal versuchen
am 02.02.2012 - 09:06 Uhr
Probier doch mal, update.php noch mal laufen zu lassen, ob die Meldung wieder erscheint. Wenn die Tabelle schon vorher da war (aus welchen Gründen auch immer), könnte alles ok sein.