formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

"serious database error. please report to GitHub" #640

Open Centrosema opened 4 years ago

Centrosema commented 4 years ago

One of my users emailed me saying her selection for a field wasn't being pushed to the review page and not being submitted in her entries.

When I try to view the submissions page I get the following error message:

Uh-oh. The system encountered a serious database error. This should not occur. Please report these details on github.

Class: FormTools\Submissions File: /home/brigecqh/centrosemaresearch.com/formtools/global/code/Submissions.class.php Line: 1088 Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'leaf_texture' in 'field list'

I can access the field editor but if I try to save any edits to the field properties (e.g. required / numbers only) I get " There was an error saving the fields."

benkeen commented 4 years ago

Thanks @Centrosema, looks like there's a problem with your database. What version of Form Tools are you running?

Centrosema commented 4 years ago

Core version 3.0.15

Not sure why it suddenly thinks that table column is gone since I haven't made any direct edits via SQL, only through the form tools interface.