When running Drupal database updates I get the following error message:

Failed: DatabaseSchemaObjectExistsException: Table <em class="placeholder">styles_presets</em> already exists. in DatabaseSchema->createTable() (line 630 of /home/.../public_html/.../includes/database/schema.inc).

CommentFileSizeAuthor
#1 styles-update-7212-fails-1079170-1.patch930 bytesaaron
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aaron’s picture

Status: Active » Needs review
FileSize
930 bytes

odd. guess i'll have to check if the table exists. though i'm baffled why it would have, especially considering that d7 doesn't let you run an update more than once...

aaron’s picture

Status: Needs review » Fixed

committed now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

shinz83’s picture

thanks that fixed it