Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2008 at 06:51 UTC
Updated:
6 Oct 2008 at 19:36 UTC
Hi,
I just updated views to the latest dev (sep, 11), and I get this error.
Regards,
zmove
Comments
Comment #1
zmove commentedI think a fatal error can be considered as critical :p
Comment #2
merlinofchaos commentedTry this one again; I JUST fixed this right before this issue was put in, so I believe -dev has this fixed as of today.
Comment #3
rimma commentedJust try view dev, the problem still exists.
Comment #4
zmove commentedThis is probably because there are some hours between the dev commit and the release on the website.
Comment #5
yched commentedI really think this is fixed in Views RC2. Get views RC2 and be sure to empty your site's cache
admin/settings/performance, click 'clear cached data' at the bottom of the page.
Comment #6
danylevskyii have the same problem. i have updated views to rc2 and now got this error...
Comment #7
florian.cathala commentedSame problem here.
Tried with rc2 and current -dev.
Cache emptied.
Comment #8
jastraat commentedI am also getting this error in RC2
Comment #9
jastraat commentedI think I may have fixed this for myself by commenting out line 352 in views/modules/taxonomy.views.inc
//'parent' => 'views_plugin_argument_validator',
I'm still getting accustomed to the RC2 changes though, so perhaps this is not the best way to fix the problem.
Comment #10
merlinofchaos commentedCommenting that out can only cause breakage.
I don't understand why this is broken for a few of you, but this is NOT happening on my test sites. This leads me to believe there is somehow something wrong with your setup.
First, check to see that plugins/views_plugin_argument_validator.inc exists and has code in it. If it does not, something is messed up.
Comment #11
merlinofchaos commentedOk, I see what's wrong here. I'm not sure why I'm not seeing the error (maybe it's an order of inclusion thing that's different) but it's a slight typo. The line quoted above should be:
validate, not validator.
Comment #12
jastraat commentedI'd much prefer not to comment out anything. :)
Changing the spelling was the first thing I tried, but I still got the error. (after many many tries with truncating all my cache tables and clearing the views cache)
The error only goes away for me when that line is commented out. I noticed that most of the other module-specific plugin functions don't list a parent. (Why I thought to comment the line out)
Comment #13
yched commentedjastraat : did you empty your site's cache after fixing the name ?
Comment #14
merlinofchaos commentedActually, he's right, and I'm just tired. The parent definition isn't necessary on plugins, it's automatic.
Comment #15
jabadco commentedIs there any solution for this?
Comment #16
merlinofchaos commentedjaastrat's solution in #9 is in fact correct.
Comment #17
jabadco commentedThanks!
Comment #18
Morn commented#9 works!! (but not #11)
Comment #19
merlinofchaos commentedThis is now fixed in CVS. A new dev will roll in a couple of hours. Deleting the 'parent' line as in #9 will fix this as a workaround.
Comment #20
arnoldc commentedThanks to this thread, I am able to fix this error. Please roll out a rc3 release soon as people like me may think rc2 is stable and obviously it is not.
Comment #21
yched commentedRC3 is already out
Comment #22
merlinofchaos commentedJust sayin'.
Comment #23
arnoldc commentedI know why I got View rc2. I try to download CCK and the project page says the latest requires Views rc-2 and it links me to the rc-2 download page.... Should have actually check the View front page first. Thanks guys.
Comment #24
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.