Closed (fixed)
Project:
Panels Tabs
Version:
6.x-1.0-rc5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Sep 2010 at 10:59 UTC
Updated:
9 Oct 2010 at 22:31 UTC
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
Comment #1
webwriter commentedSame 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.
Comment #2
MWoertler commentedsubscribing
Comment #3
webwriter commentedAny ideas on how to fix??
Comment #4
webwriter commentedNewest 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);
Comment #5
webwriter commentedMust upgrade to latest .dev of Panels to fix this issue.
Comment #6
smoothify commentedSorry 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.
Comment #7
smoothify commentedOk, 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.