Hi.
After a server change I'm able in the Admin to modify the table records but not the one of the scheduler.
Traceback (most recent call last):
File "/home/user/apps/web2py_folder/web2py/gluon/main.py", line 456, in wsgibase
session._try_store_in_db(request, response)
File "/home/user/apps/web2py_folder/web2py/gluon/globals.py", line 1251, in _try_store_in_db
if not table._db(
table.id == record_id).update(**dd):
File "/home/user/apps/web2py_folder/web2py/gluon/packages/dal/pydal/objects.py", line 2686, in update
ret = db._adapter.update(table, self.query, row.op_values())
File "/home/user/apps/web2py_folder/web2py/gluon/packages/dal/pydal/adapters/base.py", line 579, in update
raise e
InFailedSqlTransaction: current transaction is aborted, commands ignored until end of transaction block