Active
Project:
Views Bonus Pack
Version:
6.x-1.x-dev
Component:
Bonus Panel Views
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2010 at 10:13 UTC
Updated:
6 Oct 2010 at 18:51 UTC
Since I updated to the last panels version (6.x-3.7) I get the following error:
Fatal error: Call to undefined function panels_render_layout() in /var/www/test/sites/all/modules/panels/panels.module on line 1541
I had a look, but didn't found a solution yet. I know that in the past there was a problem with panels_print_layout which is deprecated.
It seems that all other views modules I have installed just working fine.
Feel free to move the issue to the Panels queue...
Comments
Comment #1
venusrising commentedI have the same issue.
Comment #2
alexkessler commentedSeems like the function accidentally disappeared in the latest Panels release:
http://drupal.org/node/867340
Comment #3
neclimdulI'm not sure there's much I can do. This is a panels bug as MrKatz mentioned.
Also, on a separate note, you should check out the new views panel context. It really deprecates the panels section of views bonus pack. You can do everything and more with any layout you can come up with.
Comment #4
mariagwyn commentedAccording to merlin at Panels, the function panels_print_layout is deprecated and will be gone by 3.8 or 3.8 (see http://drupal.org/node/867340#comment-3311522). This needs to be corrected in views_bonus. The function appears in two places:
I have no idea what it should be replaced by, perhaps merlin can elaborate. It is however, a serious problem.
Comment #5
mariagwyn commentedComment #6
stevenghines commentedThe fix detailed at http://drupal.org/node/867340#comment-3265192 sorted the problem out for me.