Install VTiger 7 Open Source On Ubuntu 16.04

Download from https://sourceforge.net/projects/vtigercrm/
Extract the downloaded file.

My environment: PHP 7.3 FPM, MySQL 5.7, Nginx

SETUP LOCAL WITH NGINX

content:

  • Enable file config
  • Register the host on my system

    Like this:
  • CHECK THE NGINX SETTING AND RESTART IT:


     
  • Set file permission and owner:

    CREATE A NEW DATABASE: vtigercrm COLLATION utf8mb4_general_ci

    Test: http://vtigercrm.test/ –> INSTALLATION WORKING. THE INSTALLATION TOOK SAME TIME

    Admin
    username: admin
    password: Admtiger

    BUT I GOT THIS ERROR:


    DEBUG STEP:
    /vtigercrm/languages/en_us/Install.php:

    /vtigercrm/modules/Install/models/Utils.php:

    SOLUTION: MODIFY THE MYSQL SETTING IN /etc/mysql/my.cnf

    MODIFY THE ‘sql_mode’ VALUES: –> PLS READ: https://www.percona.com/blog/2016/10/18/upgrading-to-mysql-5-7-beware-of-the-new-strict-mode/

    SAVE AND THE RESTART MYSQL SERVICE

     

Leave a Reply

Your email address will not be published. Required fields are marked *