Closed (fixed)
Project:
Panels
Version:
8.x-4.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2017 at 14:35 UTC
Updated:
16 Jun 2017 at 15:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vincent_jo commentedSame here!
I can´t say what came first: panels- or page-manager update to version 4.x to brake the site.
Disabling layout_plugin brought the site back again, but after enabling panelizer it´s off again with a wsod.
I´ve enabled panelizer, because I hoped that all (!) the missing panel-pages after update could appear again ...
What to say ... :-/
regards
Vincent
Comment #3
tjtj commentedWhen I do the database update, I get
And trying to access the uninstall page, I get
Fatal error: Call to a member function getIconPath() on array in /home2/orcmaorg/public_html/modules/panels/panels.module on line 51The Homepage (a panels page) gives
The website encountered an unexpected error. Please try again later.I have tried this three times now, and must revert the database.
Panels and Page-manager DO work on a new site I made.
Comment #4
japerryHmm this is pretty odd, since the definitions should all definitely be LayoutDefinitions that are being called, not arrays. Here is a patch to run a check, but if you're getting this error @tjtj, its likely something else is causing the problem.
Comment #5
emmguyot commentedThis patch was fine for me : It solved my problem.
Thanks
Comment #7
japerry