Hi everyone,
I am having an issue when editing content of one of the tables in my database. When I try to edit a record in the table I have an error message "<class 'sqlite3.IntegrityError'> foreign key constraint failed". The bizarre thing is that it doesn't matter which column I am trying to edit (via appadmin control panel) - i have exactly same message. For instance, I have a column "description" that doesn't have any keys on it (or references), but I can't edit the content of this field and I keep getting the error above.
What might be causing the issue?
I am using python 2.7.7 and web2py 2.9.5
Thanks
Anna