I've noticed tons of errors in my Drupal logs after a server upgrade to PHP 5.4:

Creating default object from empty value in /sites/all/modules/panels/panels_ipe/plugins/display_renderers/panels_renderer_ipe.class.php on line 82.

This is identical to a problem that's already been fixed for the Drupal 7 version of Panels; the same fix works for the Drupal 6 version.

I've created a patch based on that and have attached it here; I know it's D6, but any chance it can be committed?

Comments

damienmckenna’s picture

Status: Active » Needs review

@jackalope: Thanks for uploading a patch. FYI, please set the status to "needs review" when you upload a patch, that way others will know that you have indeed uploaded a patch and will be able to review it.

damienmckenna’s picture

Issue tags: +PHP 5.4
damienmckenna’s picture

vijaycs85’s picture

StatusFileSize
new700 bytes

how about this?

damienmckenna’s picture

Status: Needs review » Reviewed & tested by the community

This is fine.

japerry’s picture

Status: Reviewed & tested by the community » Fixed

Easy. fixed.

  • japerry committed a91e1bb on 6.x-3.x authored by vijaycs85
    Issue #2303905 by jackalope, vijaycs85: PHP 5.4 errors on panels empty...

Status: Fixed » Closed (fixed)

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