Closed (fixed)
Project:
Spark
Version:
7.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
11 Aug 2012 at 22:12 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent
Hi, in a default install I get. Env. Acquia Dev Desktop 7.12.13, PHP 5.3.9
Strict warning: Creating default object from empty value in panels_renderer_ipe->render_pane_content() (line 145 of /Users/kieranlal/Sites/spark-distro/profiles/spark/modules/contrib/panels/panels_ipe/plugins/display_renderers/panels_renderer_ipe.class.php).
Error appears on home page after installation.
Seems to be similar to: http://drupal.org/node/1632898
Panels IPE .info file shows:
; Information added by drupal.org packaging script on 2012-03-18
version = "7.x-3.2"
core = "7.x"
project = "panels"
datestamp = "1332079243"
| Comment | File | Size | Author |
|---|---|---|---|
| Spark-panels-IPE-error.png | 59.03 KB | Amazon |
Comments
Comment #1
webchickChecking into this. #1246616: Strict warning: Creating default object from empty value shows it's likely the responsive layout export in spark_demo module is missing an empty object instantiation at the top.
Comment #2
webchickHm. I have run out of steam, so unassigning for now. My normal mode of solving bugs like this is var_dump(debug_backtrace()) but the Panels-ish output from that breaks both my brain and my browser. ;)
Comment #3
gábor hojtsyI've in fact reopened #1632898: PHP 5.3.9 Strict Warning on Panels Empty Value. Seeing the same issue on my setup. Have not seen it before late last week though.
Comment #4
webchickGoing to re-open this temporarily, but mark it "postponed" on the upstream fix. I don't want to litter Spark tags all over other peoples' contrib projects.
Comment #5
webchickx
Comment #6
webchickAlso, Captain Wim is on the case!
Comment #7
webchickAwesome! Committed and pushed http://drupalcode.org/project/spark.git/commitdiff/c43e9b48980b9e9c6d666... which is Wim's fix on the upstream bug at #1632898-10: PHP 5.3.9 Strict Warning on Panels Empty Value.