Yii can't find CAccessControlFilter

I've upgraded to the latest svn yesterday and didn't test CRUP operations, created by the yiic.

Now I go to the http://everystyle.tv…ndex.php?r=shop (right newly generated, no manual changes made)

and get an error:

Quote

YiiBase::include_once(/usr/home/konstantin/TVSMedia/EveryStyle/framework/web/auth/CAccessControlFilter.php) [<a href='function.YiiBase-include-once'>function.YiiBase-include-once</a>]: failed to open stream: No such file or directory

Really there is no CAccessControlFilter.php there. It is in filters.

I think, that's some mistake in core files, where wrong path is imported. I could not find these lines. Can anybody help me?

Sure, I can switch off access control for now, but i really need this.

Maybe there's something wrong with your SVN setting? See this:

http://code.google.c…mework/web/auth

You may try to re-checkout the whole copy.

Yes, that works, thanks!