Closed (fixed)
Project:
Panels
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2007 at 21:24 UTC
Updated:
10 Apr 2009 at 23:40 UTC
I just updated to HEAD. when updating an existing mini panel i get "warning: array_merge() [function.array-merge]: Argument #2 is not an array in /Users/mw/clients/flisolo/drupal/trunk/sites/all/modules/panels/includes/plugins.inc on line 94." on 'General' subtab. On the 'Content' subtab I get "Fatal error: Call to undefined function panels_get_available_content_types() "
When adding a new minipanel a get another fatal: " Fatal error: Call to undefined function panels_get_layouts() "
Comments
Comment #1
lennart commentedI get this in Panels 2 alpha 12 also.
Comment #2
merlinofchaos commentedI believe I have all these fixed in HEAD; can you cvs up and let me know if I missed any?
Comment #3
chadchandler commentedI'm the one who reported the first error and I can confirm this is also happening to me.
Comment #4
lennart commentedYes. These bugs have been squashed. Good work :)
Comment #5
chadchandler commentedWhere are you guys downloading the Alpha 12 Version that doesn't spit out the errors mentioned here? The link on the panels page for Alpha 12 still gives me the same problems..CVS?
Comment #6
merlinofchaos commentedWhen people who test the CVS or -dev version tell me these problems are for sure corrected, I'll roll alpha13.
Comment #7
moshe weitzman commentedThe only remaining error for me is below. Happens twice on General tab of a minipanel.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /Users/mw/clients/flisolo/drupal/trunk/sites/all/modules/panels/includes/plugins.inc on line 94.
Comment #8
moshe weitzman commentedComment #9
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #10
bdillahu commentedI figured out the panels_get_layout part (for me, at least).
I had just overlaid my existing panels directory with the new one. Since panels_page, etc. now have their own subdirectories, the old version was left in the root of panels. You need to clean it up and all was well.
Comment #11
litwol commentedFatal error: Call to undefined function panels_get_layouts()
Comment #12
merlinofchaos commentedTotally different bug tho