[eluser]Matalina[/eluser]
I see in the documentation that you can't turn crsf on. Why can't you? What problems does it tell you? Just the typical You can't do that action?
You know that's relatively easy to fix.
I have crsf on my site turned on, forgot that grocery crud didn't like it. and I went looking into the views. The reason I got the error I got was because the crsf token was being created. Easy fix:
Now if this causes something else to go wacko then that may not help, but the error I got was easy to fix. I'm having other issues but I think it's a theme issue when I moved from my test site to my internal intrant net application with sign on templates and a lot of other things going on.
***
nevermind. It was only working because my code was doing something else. and messing up gc's code.