When trying to show a panel with the Accordion style I'm receiving:

warning: Missing argument 3 for theme_panels_pane() in /home/formgom8/public_html/modules/panels/panels.module on line 952.

[Also posted in Panel Accordion]

CommentFileSizeAuthor
#2 panels_accordion_beta1.patch3.56 KBdavidburns

Comments

merlinofchaos’s picture

Project: Panels » Panels Accordion
Version: 5.x-2.x-dev » 5.x-1.x-dev
Component: Display rendering » Code

I think this is a problem with panels accordion itself -- it probably has not caught up with recent changes to theme('panels_pane').

davidburns’s picture

StatusFileSize
new3.56 KB

Here's a patch that will get Panels Accordion working with Panels Beta 1.

davidburns’s picture

Status: Active » Closed (fixed)

I've updated this to work with the newest version of Panels (beta 3).
Tested w/ fresh install of Drupal, Panels, and Panels accordion

When panels gets a final release I'll do a final release of this module as well.