When I import, it says it is a nodeprofile which is D5 and I am on D6 which uses content profile.
I erase the relationship and recreate it. This time it is content profile.
I look in my log and I get either:
PHP Fatal error: Call to a member function get_handlers() on a non-object in /sites/all/modules/contrib/ctools/views_content/plugins/content_types/views.inc on line 414
array(4) { ["type"]=> int(1) ["message"]=> string(51) "Call to a member function destroy() on a non-object" ["file"]=> string(116) "/sites/all/modules/contrib/ctools/views_content/plugins/content_types/views.inc" ["line"]=> int(468) } n/a
I am not quite sure how to get around this.
I don't know if it is a misconfiguration although I have been running this system for a while and this is the first time I have seen this
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ctools_views.patch | 430 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedJust jumping in with a "Me Too." I cloned an existing panels page and when I try to edit the layout of the new page I get:
[17-Oct-2009 13:21:25] PHP Fatal error: Call to a member function destroy() on a non-object in /path/to/sites/example.com/modules/ctools/views_content/plugins/content_types/views.inc on line 468
I've patched it on my install and attached the patch.
Comment #2
dalehgeist commentedI've got this, too, it just showed up after the update to 6.1.1.
Fatal error: Call to a member function get_handlers() on a non-object in /home/tigerfan/public_html/drupal/sites/all/modules/ctools/views_content/plugins/content_types/views.inc on line 414
I'll try the patch.
Comment #3
merlinofchaos commentedMarking as dup of http://drupal.org/node/606892 -- that one is newer but it more succinctly describes the issue.