Hi, I just updated an application hosted on pythonanywhere, and the forms are no longer working.
Even the login form (default, unaltered), doesn't seem to work. When I hit submit the page simply reloads, with no error messages. Same goes for all my very simple forms. - There are no errors in the logs. - The same app running locally against an sqlite database works fine. - I'm thinking it may be a database issue, but I can write to the db fine from the admin app. - The appconfig.ini does point to the correct database, as it reads data fine to display in the view - The flash messages div is there and works, but the code never gets to that when submitting a form. Running 2.12.1 Any ideas on what it could be? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

