Help

QHuyIDK

New Member
Messages
1
Reaction score
0
Points
1
Hello,
My website shows this error:
"The sql-mode strict_trans_tables is enabled in your MySQL server, please disable it."

Please help me **disable strict mode** by removing `STRICT_TRANS_TABLES` from `sql_mode`.
Specifically:
SET GLOBAL sql_mode = '';
or at least remove `STRICT_TRANS_TABLES` from MySQL configuration.

I don’t have SUPER privilege to do this in phpMyAdmin.
Thank you!
 

mrburnsx

Community Advocate
Community Support
Messages
709
Reaction score
69
Points
28
Strict Mode is required on free hosting and will not be disabled.

See if script vendor has option that complies with strict mode otherwise script can not be used.
 
Top