Where is the cache for views ?

I have errors on my site with the forms not including the security token after I upgraded from 1.6 to 1.7

I had some problems during the upgrade which may result in the errors I am getting now (I'm wrong hopefully)

On short: when I modify this view I expect to see the change on the site immediatelly (cache turned off !):

views/default/canvas/layouts/widgets.php

As you see it's a one of the script's default views which includes the security token code in the script but is missing on the site.

Thanks for any clue

  • Ah, nevermind, I found the answer.

    It was a plugin who took over the page where I was expecting to see the changes so the changes should've been made into that plugin's views.