Closed (outdated)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.2
Component:
Views Content
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2012 at 14:15 UTC
Updated:
20 Jul 2026 at 20:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Arnion commentedI solved this way. Do not know if this error have wider implications.
Comment #2
Arnion commentedThe error occurs when you delete a display in use.
Comment #3
tseven commentedI was getting this error on every view. The patch in #1 has fixed it.
I'm attaching a reformatted patch wich can be applied using
patch -p1 < ctools-views-panes-undefined-property-1787898-#3.patch
Comment #4
chi commentedThe patch in #3 is not downloadable.
Comment #5
merlinofchaos commentedHeh. Bug on drupal.org -- the # in the filename is not being encoded, but if I encode it manually I can download it.
This works: http://drupal.org/files/ctools-views-panes-undefined-property-1787898-%2...
Comment #7
Arnion commentedI upload the patch corrected.
Comment #8
jwilson3#7 resolved the issue for me, but I'm actually glad the error happened, because it alerted me to the fact that there was missing content on the page in the watchdog logs, which would have otherwise gone unnoticed.
Comment #9
jwilson3Here is a proper review:
Three lines in the patch have trailing whitespace.
I'm still not sure this is a desired solution though, such as for the case mentioned in my previous comment, when its helpful to know that something is misconfigured. Could we replace the ugly php error, with a *separate* check for isset and use a meaningful error message if its not set?
Comment #10
ajwn commented#3 resolved the issue, orphaned views referenced in the panelizer content stack. Thanks.
Comment #11
japerryDrupal 7 is no longer supported, closing.