Wednesday, May 18, 2011

resolve "Nonce already used or out of range"

I've encountered this error. And after looking around on the internet, The most suggested cause is wrong date. However mine is caused by another reason.
Yesterday I've revoke 'others' 's write privilege from all the files under /app/tmp/. And the Cakephp Openid component will need to update the file store to work.

The resolve solution is chmod the privilege of tmp files to 777

No comments: