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

dansyv’s picture

FYI: 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 :)

dansyv’s picture

New 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.

drush updb
 Panopoly  7102  Enable the core Block module and place the Help block.
Do you wish to run all pending updates? (y/n): y
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'client_themename_radix-system-help' for key 'tmd'  [error]
Performed update: panopoly_update_7102                                                                                        [ok]
'all' cache was cleared.                                                                                                      [success]
Finished performing updates.
dansyv’s picture

https://www.drupal.org/node/2357515

This one seems related, but i dont have the System Help block placed in a region. It's disabled.

dsnopek’s picture

dansyv’s picture

Hi,

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.

dsnopek’s picture

Status: Active » Fixed

Ok, 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!

Status: Fixed » Closed (fixed)

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