This issue is similar to no updatedb with the last version, but with the difference that update.php fails.

The script stalls and ends in an Ajax error, possibly caused by a timeout from the server.

The update is not performed, but the site doesn't seem to have taken any other damage.

Comments

Leiph created an issue. See original summary.

lklimek’s picture

Priority: Normal » Minor

Update 7008 simply flushes all caches:

function field_group_update_7008() {
  drupal_flush_all_caches();
}

You can simply ignore errors here and clear the cache manually.

However, you should check your site configuration to verify why cache clearing takes so long.

nils.destoop’s picture

Status: Active » Closed (duplicate)