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
Comment #1
ezra-g commentedLooks like we need to add the patch from #1632898: PHP 5.3.9 Strict Warning on Panels Empty Value to the Commons make file.
Comment #2
ezra-g commentedhttp://drupalcode.org/project/commons.git/commit/376eb1d