Closed (outdated)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2016 at 12:39 UTC
Updated:
13 Jul 2026 at 16:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
the.tai.pen@gmail.com commentedProviding the patch
Comment #3
the.tai.pen@gmail.com commentedComment #4
dsnopekHm, this should always exist assuming you've run the database updates via update.php or
drush updb. Is it possible that you forgot to do that?Comment #5
japerryComment #6
capysara commentedI was getting this error message after the update to 7.x-3.6. I ran drush updb again, no updates required (again), but the Notice no longer appears.
Comment #7
the.tai.pen@gmail.com commentedThank you for a quick feedback. I did the updb(once) right after I updated the module - and there were no errors during the update. The panels display table has the new columns( storage_type, storage_id ) but not all rows have values for this new columns.
Comment #8
dsnopekHm. What Panels modules are you using? We added update hooks to page_manager, panels_node, panels_mini and panelizer that should fill that column. Maybe you have a module we didn't consider? Or, possibly there was an error while running one of the update hooks.
Comment #9
dsnopekMarking as "Needs work" since the patch is just preventing the notice, not addressing the underlying probelm
Comment #10
dsnopekPostponing on needing more info - I don't think we should commit a patch that only addresses the symptoms without steps to reproduce and knowing what the cause is.
Comment #11
vitalym commentedThe issue was due to outdated Panelizer module required to be updated along with Panels.
Comment #12
japerryDrupal 7 is no longer supported, closing.