Hi everyone.
I've installed zenphoto 1.3.1 and it's really awesome! But I have some troubles with uploading of the images. It's ok, but sometimes, when I try to upload an image, a message ""upload" Cross Site Request Forgery blocked" returns. It shows only on some images, not at all of them. Can anyone explain, why is it happening and how to fix it?
P.S. I'm using IIS v6.0 on Windows Server 2003.
Comments
`2010-08-10 21:04:46 10.103.21.178 Log deleted admin admin Success zp_admin security_log.txt
2010-08-10 21:04:55 10.103.21.178 XSRF access blocked admin admin Failed upload
`
"Sessions" must work in PHP for this to work at all. I doubt that is the problem because if it were, no admin saves would work. But maybe there is an issue with IIS where sessions are not reliable.
PS It's Firefox 3.6.8, maybe it matters.
If the browser causes multiple POSTS without supplying all the paramters then that could cause the problem. I've tried on Firefox 3.6.7 on a PC with no issues.
What is your server configuration?
(IE8 works just fine for me.)
It's strange though... I tried to use Firebug to check if there are multiple POSTs, but having Firebug open makes it work correctly.