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

lennart’s picture

I get this in Panels 2 alpha 12 also.

merlinofchaos’s picture

I believe I have all these fixed in HEAD; can you cvs up and let me know if I missed any?

chadchandler’s picture

I'm the one who reported the first error and I can confirm this is also happening to me.

lennart’s picture

Status: Active » Fixed

Yes. These bugs have been squashed. Good work :)

chadchandler’s picture

Where 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?

merlinofchaos’s picture

When people who test the CVS or -dev version tell me these problems are for sure corrected, I'll roll alpha13.

moshe weitzman’s picture

Status: Fixed » Active

The 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.

moshe weitzman’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

bdillahu’s picture

I 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.

litwol’s picture

Title: 3 Mini panels admin errors » on panels module enable wsod
Version: 6.x-2.x-dev » 6.x-3.x-dev
Status: Closed (fixed) » Active

Fatal error: Call to undefined function panels_get_layouts()

merlinofchaos’s picture

Status: Active » Fixed

Totally different bug tho

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.