프로그램 사용/CRM & ERP
vtigerCRM 경로변경시 모듈 이름 에러발생하는 경우
구차니
2010. 11. 8. 10:19
vtigerCRM을 설치 후 경로를 이동하면 아래와 같은 에러가 발생을 하며 로그인이 되지 않는다.
이 경우에는
Module name is missing. Please check the module name. |
이 경우에는
./vtigercrm/config.inc.php의 site_URL, root_directory 두가지를 변경해주면 된다.
$site_URL = 'http://localhost/vtigercrm'; // root directory path $root_directory = '/var/www/vtigercrm/'; |