Hi,

I just updated views to the latest dev (sep, 11), and I get this error.

Regards,

zmove

Comments

zmove’s picture

Priority: Normal » Critical

I think a fatal error can be considered as critical :p

merlinofchaos’s picture

Status: Active » Fixed

Try this one again; I JUST fixed this right before this issue was put in, so I believe -dev has this fixed as of today.

rimma’s picture

Just try view dev, the problem still exists.

zmove’s picture

This is probably because there are some hours between the dev commit and the release on the website.

yched’s picture

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

danylevskyi’s picture

Status: Fixed » Active

i have the same problem. i have updated views to rc2 and now got this error...

florian.cathala’s picture

Same problem here.

Tried with rc2 and current -dev.

Cache emptied.

jastraat’s picture

I am also getting this error in RC2

jastraat’s picture

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

merlinofchaos’s picture

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

merlinofchaos’s picture

Ok, 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:

        'parent' => 'views_plugin_argument_validate',

validate, not validator.

jastraat’s picture

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

yched’s picture

jastraat : did you empty your site's cache after fixing the name ?

merlinofchaos’s picture

Actually, he's right, and I'm just tired. The parent definition isn't necessary on plugins, it's automatic.

jabadco’s picture

Is there any solution for this?

merlinofchaos’s picture

jaastrat's solution in #9 is in fact correct.

jabadco’s picture

Thanks!

Morn’s picture

#9 works!! (but not #11)

merlinofchaos’s picture

Status: Active » Fixed

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

arnoldc’s picture

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

yched’s picture

RC3 is already out

merlinofchaos’s picture

arnoldc - September 19, 2008 - 15:19

6.x-2.0-rc3   2008-Sep-16

Just sayin'.

arnoldc’s picture

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

Anonymous’s picture

Status: Fixed » Closed (fixed)

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