I get this when trying to run views.
Fatal error: Call to a member function has_path() on a non-object in /var/webs/ted/sites/all/modules/views/includes/plugins.inc on line 649
'
I am using 6.x-2.0-rc1 and the latest nightly build of drupal per instructions on cck and views.
How it occurs. Go to site building click on views and poof it goes plooy. I have done update.php. It was working with beta4.
Comments
Comment #1
merlinofchaos commentedAs a workaround, change line 649 of includes/plugins.inc to read like this:
I'm not sure why this is happening for you, though. It suggests maybe one of your views is corrupt/has a bad display.
Comment #2
ctmiller commentedThat worked thanks a bunch.
Comment #3
merlinofchaos commentedI committed that fix to CVS as well.
Comment #4
grub3 commentedSame problem. This was a blocking problem for RC1. Could you publish a new RC to reflect changes?
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.