Installed update 7.x-3.7 and got this message:

SQLSTATE[42S02]: Base table or view not found: 1146 Table [error]
'drupal_www_onu_edu_test2.panels_mini' doesn't exist

Did a clean install of drupal 7 and then installed panels in an attempt to just get the schema for the panel and this table isn't created as part of the install. Should this update check to see if the table exists before running?

Same thing happened with panels_node:

SQLSTATE[42S02]: Base table or view not found: 1146 Table [error]
'drupal_www_onu_edu_test2.panels_node' doesn't exist
Performed update: panels_node_update_7302

Comments

kcolwell created an issue. See original summary.

capysara’s picture

Issue summary: View changes

I'm getting the same "'site.panels_mini' doesn't exist" when I'm importing my production database into a local environment. I don't have mini panels enabled and I'm using Panels 3.8. Clearing the caches resolves it, but it seems weird that I would have to do that every time.