Orangescrum error in creating company
- By Preneesh AV --
- 01-Jun-2018 --
- 53 Comments
You need to Turn OFF the MySQL Strict Mode.
Disable Strict mode on mysql for Centos/Fedora : –
# vim /etc/my.conf
# sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
Change to
# sql_mode=””
Then restart the mysql server:-
# sudo service mysql restart
