Only Issue I have is that in "General Settings" I have "Enable Automatic Subscriptions" Set to YES
When a new user tries to register however they get an error:
- Code: Select all
General Error
SQL ERROR [ mysqli ]
Column 'user_digest_no_post_text' cannot be null [1048]
An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists.
Have checked this thread http://www.phpbb.com/customise/db/mod/p ... ge-t_90495
And have looked in phpmyadmin and the Null Setting for user_digest_no_post_text is set to Null - No with a default of 0
- Code: Select all
Column user_digest_no_post_text
Type TINYINT
Length/Values 4
Default As defined:
0
Collation
Attributes
Null
AUTO_INCREMENT
Comments
Any suggestions please? - Switching Auto Subscribe to NO does work so its something relating to that parameter.
Thanks in advance