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

venusrising’s picture

I have the same issue.

alexkessler’s picture

Seems like the function accidentally disappeared in the latest Panels release:
http://drupal.org/node/867340

neclimdul’s picture

Status: Active » Closed (duplicate)

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

mariagwyn’s picture

Component: Code » Bonus Panel Views

According 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:

modules/views_bonus/panels/views-bonus-panels-threecol-term.tpl.php:print panels_print_layout($panel_name, $content);
modules/views_bonus/panels/views_bonus_panels.module:  return panels_print_layout($panel_name, $content);

I have no idea what it should be replaced by, perhaps merlin can elaborate. It is however, a serious problem.

mariagwyn’s picture

Status: Closed (duplicate) » Active
stevenghines’s picture

The fix detailed at http://drupal.org/node/867340#comment-3265192 sorted the problem out for me.