I have a simple web2py application that runs fine locally - when loaded to PA the form loads correctly, but when I try to submit it I get a 405 Not Allowed error.
The site is: rob0.pythonanywhere.com
Again the form loads OK, but if you enter a name and submit the form it returns a 405 Not Allowed error.
I looked at the other 405 error posts in the forum - have tried reloading the app many times, and have no errors in the error logs (the error log is blank). Firebug etc show no errors.
I also upgraded to the web dev account to see if that would help - if there was some time limit on the database query, but that hasn't helped either.
The frustrating thing is the lack of an error message in the error logs - just getting a 405 Not Allowed doesn't give a whole lot to work with.