Not sure if this is a known issue, but when I installed phpBB Digests 2.2.15 on my 3.0.8 phpBB board there was an issue with new user registrations. It would seem that the phpbb_config entry for user_digest_no_post_text was not created for some reason, as the following error came up when a user tried to create an account:
- Code: Select all
SQL ERROR [ mysqli ]
Column 'user_digest_no_post_text' cannot be null [1048]
I added a new phpbb_config entry and the error seemed to go away. Would this commonly come up with the combination of 2.2.15 and 3.0.8?