MyBB Community Forums

Full Version: Style your thread title for newpoints v1.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.  I have such a problem.  The plugin generally works fine after installation, but if someone wants to register or add a new user from acp, an SQL error pops up, no error listed, just write an SQL error.  I will add that when I uninstall the plugin, the problem disappears
You might be experiencing issues with MySQL in strict mode, there is plenty of topics on the matter around.

I would go to the users table and modify the styled_threads column in the users table to set the default value to NULL.

https://github.com/DD-GitH/style-thread-...le.php#L32
Thanks. Problem solved