How to fix the problem with "Field 'form_id' doesn't have a default value" ? The DB table has indeed values in the field form_id!
Forums
How to fix " Field 'form_id' doesn't have a default value" problem??
Where do you get this error ? can you post a screenshot ?
Hi all,
I got this onceĀ when for any obscure reason the AUTO_INCREMENT id got unchecked. It was during an import DB process.
I got this onceĀ when for any obscure reason the AUTO_INCREMENT id got unchecked. It was during an import DB process.
is this an old table ? v8 uses "form_id" column and the value is never empty
but the problem you have is as "simelas" has pointed, the uniq_id column has no default value and you did not provide a value to be saved
but the problem you have is as "simelas" has pointed, the uniq_id column has no default value and you did not provide a value to be saved
You need to login to be able to post a reply.