In admin panel, getting this when trying to save edits in Current Theme, and when try to clear file cache.
Token verification failed. Please go back and try again.
Any ideas on why, or fix?
EDIT:
Now, I'm getting it everywhere in Admin section.
it works fine for me, are you using the latest version from github?
Yes, been working on a theme, now get this everywhere.
Test site on localhost WAMP server.
then it seems like you may have removed some code for the token validation as that is in the theme files, not source. [hidden fields]
I think I found the issue.
Note to mod and theme makers:
Do not place any code in the area where the meta is, as it causes this issue.
I had tried to add my usual favicon setting right above the title tag in the meta section.
Had to move it up some. ;)
that sounds odd, IMO it should not cause this issue unless there is an issue with the code syntax you used.
Here is my code:
<link rel="shortcut icon" href="', $settings['favicon'], '" type="image/x-icon" />
Works in 2.0.x forums.
i guess at this point would be best for a dev to take a look... last i check i was not a dev :P
There are actually some issues with token validation in the generic settings pages since the token check is carried out but I don't see the token itself being pushed into the generic settings template.
In any case I can't reproduce this on current 2.1...
I think Oldiesmann had fixed this back in September.
Just never got closed.