Error: Call to undefined function panels_display_get_title() in ...\sites\all\modules\panels_teasers\panels_teasers.module

Change:
panels_teasers.module
Line 234:
// $info['title'] = panels_display_get_title($display);
$info['title'] = $display->get_title();

Comments

steveoriol’s picture

thank you, :-)

lpalgarvio’s picture

hello
getting this error as well

Fatal error: Call to undefined function panels_display_get_title() in /xxxxxx/panels_teasers/panels_teasers.module on line 234
array(4) { ["type"]=> int(1) ["message"]=> string(53) "Call to undefined function panels_display_get_title()" ["file"]=> string(131) "/xxxxxxxx/panels_teasers/panels_teasers.module" ["line"]=> int(234) } n/a

paul.brightlemon’s picture

I'm also getting this error
Fatal error: Call to undefined function panels_display_get_title() in /.../panels_teasers/panels_teasers.module on line 234

webindustries’s picture

Yep, unfortunately get the same thing. Great module apart from the doozie error :)

baff’s picture

I updated from panels 3.4 to 3.8 - now I get this error too

jon pugh’s picture

Status: Active » Fixed

Committed to CVS. new release pending.

Thanks for your patience, everyone.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.