Have you had to change the IP of your vTiger server and it just stop responding to your HTTP requests? Can't login? This usually can happen if you are hitting your Tiger instance via an IP vs a FQDN
This MIGHT the problem.
check
/var/www/html/vtigercrm/config.inc.php
and look at the value :
$site_URL = 'http://10.1.80.132/vtigercrm/';
Take a note of the IP you have, and if its different, make it the same!
This MIGHT the problem.
check
/var/www/html/vtigercrm/config.inc.php
and look at the value :
$site_URL = 'http://10.1.80.132/vtigercrm/';
Take a note of the IP you have, and if its different, make it the same!
No comments:
Post a Comment
Feel free to leave a comment! If you have any information that you think should be included, please do so here and I'll get it added in.