Due to this error, no one is able to register on the forum
I guess its because of OUGC Awards
I guess its because of OUGC Awards
![]() |
Due to this error, no one is able to register on the forum
I guess its because of OUGC Awards
Your MySQL use strict mode.
If you can remove it, do it. If you can't, add a default value for mybb_users.ougc_awards and mybb_users.default_tab:
![]() (2020-03-31, 01:03 PM)Crazycat Wrote: Your MySQL use strict mode. Both the mysql codes returned an error, pls guide
you could have posted those errors. anyway, try below
(2020-03-31, 01:16 PM).m. Wrote: you could have posted those errors. anyway, try below Error Again: mysql> ALTER TABLE mybb_users MODIFY COLUMN ougc_awards SET DEFAULT ''; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT ''' at line 1 mysql> ALTER TABLE mybb_users MODIFY COLUMN default_tab SET DEFAULT 0; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT 0' at line 1
can you try using below query
if it executes successfully then you might not get those registration errors
Try:
|
« Next Oldest | Next Newest »
|