Updated Views 6.x-2.x-dev to the 2010-Dec-15 build and it gives me the following error when trying to edit the view:

Fatal error: Cannot use object of type flag_handler_relationship_content as array in /home/******/public_html/modules/views/includes/admin.inc on line 1256

Quick search on drupal.org shows similar issues with other modules like http://drupal.org/node/595160

Comments

inforeto’s picture

Turns out this line 1256 is the same line of the error in this other issue: http://drupal.org/node/759082#comment-3833836
Applied the patch in that post #11 and the error ceased and was able to open the view for editing.

TimelessDomain’s picture

I can confirm same problem
Suggestion from #1 fixed it for me. Thanks!

michelle’s picture

Status: Active » Closed (duplicate)

Fixed for me as well. Setting this duplicate as it sure does seem to be the same issue as the one in the Views queue.

Michelle