1054 Unknown column '' in 'where clause'

Resolve a database column error when deleting entries from a data table.

Overview

The error occurs because the required 'aid' column was not included when creating the data table.
Ensure the 'aid' column is always selected as a default column during the data table creation process.

Answered
ChronoForms v6
jo joachimliedtke 04 May, 2020
Answer
This is what I get, when I try to delete an entry from the data tables view in the backend. Unfortunately I did not follow the suggested columns and deselected aid also. So aid should be a default column when creating a data table. Lesson learned for the next time.
This topic is locked and no more replies can be posted.