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
Comment #1
steveoriolthank you, :-)
Comment #2
lpalgarvio commentedhello
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
Comment #3
paul.brightlemon commentedI'm also getting this error
Fatal error: Call to undefined function panels_display_get_title() in /.../panels_teasers/panels_teasers.module on line 234
Comment #4
webindustries commentedYep, unfortunately get the same thing. Great module apart from the doozie error :)
Comment #5
baff commentedI updated from panels 3.4 to 3.8 - now I get this error too
Comment #6
jon pughCommitted to CVS. new release pending.
Thanks for your patience, everyone.