I looked at your log. Are you using this on only one browser or computer? Basically, your transaction is failing on the very first line of code, where it can’t verify that it’s being transferred from WordPress to the payment logging code. The nonce check is a very low-level fundamental Web code check, and there’s pretty much nothing that happens before it, so it’s a critical failure.
Typically, the only way you would get a nonce failure like this is if you were trying to run that URL directly, without being transferred over from the proper launching routine. The only other way I would think is possible (but have never seen) is if you are using a browser that is not properly sending URL parameters or is otherwise damaged. Beyond that, I have no idea. I guess you could try running it in English and see if it’s a language-related problem, but I doubt it. We have a lot of folks who have used Seamless Donations in German.
Let me know.
–David