Speaktech.in

Orangescrum error in creating company

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