Recently, we moved to a new server and the live store is working fine, however our dev store doesn’t seem to be working. I’ve tried Chrome and Edge and both can’t seem to reach the page. It doesn’t show the usual red “SERVICE UNAVAILABLE” warning. It was set to use PHP 8.3 but I’ve changed this to 7.4 but it still hasn’t changed anything. The dev store was running CS Cart v4.18.1
The new server is an exact copy of the previous server, so all the files/database were copied exactly.
Any ideas please? The live store and dev store are running on the same (new) server
Did you uodate the config.local.php
file with the new databse settings and password.
$config[‘db_host’] = ‘localhost’;
$config[‘db_name’] = ‘YOUR_DEV_DB_NAME’;
$config[‘db_user’] = ‘YOUR_DEV_DB_USER’;
$config[‘db_password’] = ‘YOUR_DEV_DB_PASS’;
Shouldn’t the database settings and passwords be the same, if we took an exact copy of the old server? We didn’t have to do anything to get the live store to work