Hello,

I'm not sure there's really a bug, maybe am I doing things in the wrong way...
I can't set Tabs style on my mini panels, I get this error when saving : Unable to complete operation. Fatal error in /var/www/mysite/sites/all/modules/panels/plugins/display_renderers/panels_renderer_editor.class.php on line 1674: Function name must be a string
The Tabs style works fine on Panels.
Versions of modules I use : Panels 6.x-3.7 and Tabs panel style 6.x-1.0-rc5
Is Tabs panel style module supposed to work with Mini panels or not at all ?

Any suggestion/idea/help would be great :)

Thanks in advance !

Comments

webwriter’s picture

Same issue. It was working great til the last Panels/CTools update and now I get the error above when trying to enable tabs style on a mini panel.

MWoertler’s picture

subscribing

webwriter’s picture

Any ideas on how to fix??

webwriter’s picture

Newest update does not solve this issue. When trying to set the panel style to Tabs I get the following error:

Function name must be a string in /sites/all/modules/panels/plugins/display_renderers/panels_renderer_editor.class.php on line 1674

And a lot of other errorspeak.

Line 1674 is this:

$form['settings'] = $function($conf, $display, $pid, $type, $form_state);

webwriter’s picture

Status: Active » Closed (fixed)

Must upgrade to latest .dev of Panels to fix this issue.

smoothify’s picture

Title: Unable to use Tabs style on mini panels » Unable to use Tabs style on mini panels due to error in panels_renderer_editor_class.php
Status: Closed (fixed) » Active

Sorry for the delay in replying to this, but now i've finally managed to reproduce this.

Its good if the dev version of panels will fix this, but i think we should try and fix it in this module if possible.

smoothify’s picture

Status: Active » Closed (fixed)

Ok, I've looked into this and its still the same issue that cropped up a while ago here:

#865704: Fatal error in panels/plugins/display_renderers/panels_renderer_editor.class.php on line 1669: Function name must be a string

A fix has been committed for Panels in cvs & dev, but there has been no new release since July.

So to get this working you will need to download the dev versions of CTools & Panels, run the updates and the problems should go away.

I have now made a note of this on the project page with a link to this issue.