For the benefit of others, I was getting an SQL error (after updating major phpbb versions and also completing the database upgrade.
Specifically I was trying to add adding security questions for new member registrations and was receiving SQL errors:
I was able to resolve with the tip on this page and adjusting the database 'question_id' column to Auto Increment (using MySQL Workbench). After changing this, I was then able to add new questions without this error.
Specifically I was trying to add adding security questions for new member registrations and was receiving SQL errors:
Code:
Field 'question_id' doesn't have a default value [1364]Statistics: Posted by bna — Tue Mar 19, 2024 3:41 pm