We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When adding a value and saving it the error as shown above in the attachment occurs. The error log shows the following lines:
INSERT INTO `modx_formalicious_answers` (`field_id`, `name`, `rank`, `published`, `selected`, `subfield_id`) VALUES (368, 'test', 1, 1, 0, 0) Array ( [0] => 22007 [1] => 1366 [2] => Incorrect integer value: '' for column `xxxxx`.`modx_formalicious_answers`.`subfield_id` at row 1 )
It seems that somehow the value of '0' gets replaced by an empty string. Altering the default value doesn't make a difference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When adding a value and saving it the error as shown above in the attachment occurs. The error log shows the following lines:
It seems that somehow the value of '0' gets replaced by an empty string.
Altering the default value doesn't make a difference.
The text was updated successfully, but these errors were encountered: