IP adress changed in Suitecrm 8.8 white screen

Hi,
i solved it.

After changing the config files and restart all services nothing happened. It can be, that there was a cache or something.

After a couple of minutes it seams that it worked fine.

For you guys…here is a list of the config files that i have edited:

Suitecrm System:

/var/www/html/crm/public/legacy/config_si.php :28: ‘setup_site_url’ => ‘http://[new-ip-adress]’,
/var/www/html/crm/public/legacy/config.php :260: ‘host_name’ => ‘[new-ip-adress]’,
/var/www/html/crm/public/legacy/config.php :400: ‘site_url’ => ‘http://[new-ip-adress]’,

Apache2:

/etc/apache2/sites-available/crm.conf :4: ServerName [new-ip-adress]

Thx anyway

2 Likes