Closed (fixed)
Project:
Panels
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2010 at 12:10 UTC
Updated:
3 Aug 2010 at 20:50 UTC
This error happens when hook_update_N() does not return an array. This caused by this:
Quick fix:
/**
* See if Panels needs to operate in legacy rendering mode, and produce a
* warning if it does.
*/
function panels_update_6307() {
+ return array();
}
Comments
Comment #1
vikingew commentedFull warning returned:
it also produces this message in the status report:
The above quick fix removes the warning but status report still report that "Panels operates in Legacy mode ..." so more work needs to be done.
Comment #2
merlinofchaos commentedThe legacy mode warning indicates you have styles that are not updated to the newest format. Since the newest format is currently only in -dev, this is not at all unexpected. That isn't related to this patch at all.
Comment #3
vikingew commentedOk in such case I would say it's rtbc
Comment #4
merlinofchaos commentedThis got rolled in during a larger commit.