Cant install vtiger

https://i.imgur.com/ZgXfRz8.png - i get this error when try to install vtiger 7.3 from script installer. Regards

Status: 
Active
Virtualmin version: 
new
Webmin version: 
new

Comments

Ilia's picture
Submitted by Ilia on Wed, 11/18/2020 - 08:32

Hi,

This is not a problem at all to fix this - login to MySQL as root and run the following command:

set global sql_mode="ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION";

To login to MySQL you would need to:

mysql -u root -p

.. the password can be found on Webmin > Servers > MySQL Database Server page (in Change Administration Password) sub-section.