Closed (duplicate)
Project:
Panels
Version:
6.x-2.0-alpha2
Component:
Panel pages
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2008 at 23:05 UTC
Updated:
27 Jan 2009 at 19:12 UTC
I'm getting the following errors on a panels page:
* notice: Undefined property: stdClass::$panel_node in /home/rjstatic/workspace/dhc/sites/all/modules/panels/panels_node/panels_node.module on line 285.
* notice: Undefined property: panels_display::$name in /home/rjstatic/workspace/dhc/sites/all/modules/panels/styles/rounded_corners.inc on line 71.
I'm running Drupal on PHP Version 5.2.6-2ubuntu4
This is all on a fresh install of drupal 6.8, this is node 1. If no one has an idea of what might be causing this then I'll debug it.
Comments
Comment #1
Nick Robillard commentedI too am getting the "Undefined property: stdClass::$panel_node..." error using Panels 2 alpha 2. One possible cause could be that I'm running Drupal 6.9-dev version.
I'll see if upgrading to Panels 2 alpha 3 fixes.
UPDATE: I've upgraded to Panels 2 alpha 3 but the errors (...err I mean "notices") remain.
notice: Undefined index: context in /Users/{username}/www/{projectname}/trunk/sites/all/modules/panels/panels_views/panels_views.module on line 134.
notice: Undefined property: stdClass::$title in /Users/{username}/www/{projectname}/trunk/sites/all/modules/panels/includes/display-render.inc on line 187.
UPDATE #2: Drupal 6.9-dev was causing my problem. Downgrading to the stable 6.9 fixed the problem for me.
Comment #2
drewish commentedyour issue was first but mine has a patch for this and other php errors: #364719: PHP warnings