When I run update.php in the upgrade from 7.x-2.26 to 7.x-2.30 one of the updates will not complete. I get the following error:

The following updates returned messages
panopoly_widgets module
Update #7010
Failed: DatabaseSchemaObjectExistsException: Table field_data_field_basic_spotlight_pager already exists. in DatabaseSchema->createTable() (line 657 of /server/core/openatrium-7.x-2.30/includes/database/schema.inc).

It may not be a problem in terms of the site functioning, but now the admin/reports/status page continues to complain that the database is out of date and that I need to run updates. Is there a way to make it stop complaining?

Comments

mpotter’s picture

Category: Bug report » Support request
Status: Active » Fixed

Thats actually a Panopoly error so you might want to post over there. But it sounds like the kind of stuff that can happen if update.php fails in the middle and leaves stuff partially created.

After making a DB backup you can try deleting that field table in SQL directly and then try running updates again.

Status: Fixed » Closed (fixed)

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