When removing a mini panel, the mini panels module tries to delete the corresponding entry from the blocks table.
If the blocks module has never created this table, this fails with a harmless but ugly/scary PDOException.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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

  • Commit b57866f on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1436062 by Letharion: Removing mini panels with blocks module off...