記錄:

CRM軟件| 客戶關係管理- Vtiger CRM

修正檔案位置: /config.inc.php

修正內容:

DB:

$dbconfig['db_server'] = 'localhost';
$dbconfig['db_port'] = ':3306';
$dbconfig['db_username'] = '***********';
$dbconfig['db_password'] = '***********';
$dbconfig['db_name'] = '**********';
$dbconfig['db_type'] = 'mysqli';
$dbconfig['db_status'] = 'true';

DIR:

$site_URL = 'http://YourCRMdomain/';

$root_directory = '/home/**********/public_html/';

 

20200714 - 新增

如有設定自動排程作業,需在新主機設定新的VTIGERCRON

crontab -e

1、* * * * * php /vTiger_DIR/vtigercron.php  > /dev/null 2>&1

2、* * * * * root php -f /vTiger_DIR/vtigercron.php  > /dev/null 2>&1

創作者介紹
創作者 Kuma 熊本部 的頭像
KumaChen

Kuma 熊本部

KumaChen 發表在 痞客邦 留言(0) 人氣( 14 )