Just updated to the latest release and got an error. Seems everythink works ok, but might be something im missing. Dont understand what this error message means, so that dont help me where to look for problems.
Downloaded panopoly with Drush dl panopoly, and then drush updb:
Performed update: panopoly_update_7101 [ok]
Performed update: panopoly_widgets_update_7008 [ok]
Performed update: panopoly_widgets_update_7009 [ok]
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'client_themename_radix-system-help' for key [error]
'tmd'
Performed update: panopoly_update_7102 [ok]
Performed update: panopoly_core_update_7101 [ok]
Performed update: media_vimeo_update_7201 [ok]
Performed update: uuid_update_7103 [ok]
Performed update: linkit_update_7301 [ok]
'all' cache was cleared. [success]
Finished performing updates. [ok]
Anyone knows what this error means? Should there be a problem somewhere?
Thanks for all help! :)
Comments
Comment #1
dansyv commentedFYI: Checked what the 7009 updated included, and this was it:
function panopoly_widgets_update_7009() {
268 features_revert(array('panopoly_widgets' => array('field_base', 'field_instance')));
269 }
If that can be of any help to anyone :)
Comment #2
dansyv commentedNew update:
Was checking the status report and it said there was pending DB updates. So ran drush updb again. Seems the problem is with panopoly_update_7102 and about enable the core block module and place the help block.
Comment #3
dansyv commentedhttps://www.drupal.org/node/2357515
This one seems related, but i dont have the System Help block placed in a region. It's disabled.
Comment #4
dsnopekCan you try the patch from #2357515: panopoly_update_7102() breaks if block module is already enabled anyway? Thanks!
Comment #5
dansyv commentedHi,
Tried the patch. It kinda worked, but got an warning:
Do you wish to run all pending updates? (y/n): y
Performed update: panopoly_update_7102 [ok]
'all' cache was cleared. [success]
The block System help was assigned to the invalid region help and has been disabled. [warning]
Finished performing updates.
Comment #6
dsnopekOk, thanks! I think that's actually what should happen - it attempts to assign to a region called 'help', your theme doesn't have one, so it gets disabled. And no error!