Changing The Server Where I Am Hosting My Site

Hello,

I have transfered my website to a new server and when i open the site appears the:

Sorry, service is temporarily unavailable.

Should i make any changes to my files? How can i solve this?

Hello

Did you try development mode ?

In config.local.php set

ini_set('display_errors', 1);

and in file config.php please find "DEVEL" and replace

//define('DEVELOPMENT', true);

on

define('DEVELOPMENT', true);

Best regards

Robert

Hello

Did you try development mode ?

In config.local.php set

ini_set('display_errors', 1);

and in file config.php please find "DEVEL" and replace

//define('DEVELOPMENT', true);

on

define('DEVELOPMENT', true);

Best regards

Robert

I tried, still the same error


I tried, still the same error

Hello

"Message

Cannot connect to the database server"
It looks like you have a problem with your database access data. Check if you have correctly entered data into the database in the config.local.php file.
Best regards
Robert

Try deleting files in /var/cache/

Hello

"Message

Cannot connect to the database server"
It looks like you have a problem with your database access data. Check if you have correctly entered data into the database in the config.local.php file.
Best regards
Robert

I have checked and all the data is correct,

Try deleting files in /var/cache/

Tried, stil the same :(

Hello

$config['db_host'] = ?
from file config.local.php
Are you sure you have a well typed host?
Best regards
Robert

Hello

$config['db_host'] = ?
from file config.local.php
Are you sure you have a well typed host?
Best regards
Robert

I have

$config['db_host'] = 'localhost';

Hello

Are you sure the database is accessed through localhost? That the server name should not be entered there?

Best regards

Robert

Hello

Are you sure the database is accessed through localhost? That the server name should not be entered there?

Best regards

Robert

i have moved other cs-cart sites to this new server which are working, only 1 displays the error, the only difference about this site is that has a ssl acitvated, and i am testing sites locally Modifying my hosts file