Using the current D6-Beta I get the following error:
Fatal error: Call to a member function set_relationship() on a non-object in /var/www/localhost/users/kunden/TSV-Haunstetten/sites/all/modules/views/includes/view.inc on line 378

Line 378 is: $argument['handler']->set_relationship();

The fix is pretty easy, there is a test if $argument['handler'] is an object right below that line. Putting $argument['handler']->set_relationship(); below this test fixes the problem.

Seems like this is not yet fixed in CVS.

CommentFileSizeAuthor
#1 view.patch544 bytesddanier

Comments

ddanier’s picture

StatusFileSize
new544 bytes
merlinofchaos’s picture

Status: Active » Fixed

Committed! Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.