Skip to content
New issue

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

'field_list_items' doesn't have a default value #20

Open
tyssen opened this issue Mar 13, 2023 · 0 comments
Open

'field_list_items' doesn't have a default value #20

tyssen opened this issue Mar 13, 2023 · 0 comments

Comments

@tyssen
Copy link

tyssen commented Mar 13, 2023

I've been trying to use the recent fork of this and have run into an issue. The fork doesn't have an issues page so posting here in the hope that someone can help.

The error I'm getting is:

SQLSTATE[HY000]: General error: 1364 Field 'field_list_items' doesn't have a default value:
INSERT INTO exp_channel_fields (site_id, field_name, field_type, field_label, field_instructions, field_required, field_search, field_order, field_settings) VALUES …

I encountered something similar recently on a different old EE site where I was unable to create new channel entries. In that case, it was the exp_channel_data table and I was able to fix it by updating the is_nullable column to Yes (column_default was set to NULL) for the affected rows.

I've tried doing the same here but I still get the same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant