Just to mention that there seems to be an incompatibility with PHP 5.4.4 as when I make a clean install I get the following error message:

Warning: Creating default object from empty value in panels_renderer_ipe->render_pane_content() (line 145 of /Drupal/profiles/commons/modules/contrib/panels/panels_ipe/plugins/display_renderers/panels_renderer_ipe.class.php).
Warning: Creating default object from empty value in panels_renderer_ipe->render_pane_content() (line 145 of /Drupal/profiles/commons/modules/contrib/panels/panels_ipe/plugins/display_renderers/panels_renderer_ipe.class.php).

and as soon as I change to PHP 5.3.6, this error disappears

Comments

ezra-g’s picture

Title: default object from empty value in panels_renderer_ipe->render_pane_content() (line 145 » Add patch to Panels for PHP 5.3
Category: bug » task

Looks like we need to add the patch from #1632898: PHP 5.3.9 Strict Warning on Panels Empty Value to the Commons make file.

ezra-g’s picture

Status: Fixed » Closed (fixed)

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