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

CommentFileSizeAuthor
#1 ctools_views.patch430 bytesAnonymous (not verified)

Comments

Anonymous’s picture

StatusFileSize
new430 bytes

Just 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.

dalehgeist’s picture

Version: 6.x-1.x-dev » 6.x-1.1

I'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.

merlinofchaos’s picture

Status: Active » Closed (duplicate)

Marking as dup of http://drupal.org/node/606892 -- that one is newer but it more succinctly describes the issue.