Jump to content

How to transfer my prestashop from one hosting to another


Recommended Posts

Hello please i need help badly i was trying to transfer my prestashop store from a hosting plan to a new one because the old one is not stay able then i thought the best to do that was for me to download the whole site via FTP which i did .and after uploading the files via FTP to the new server the store could not load.when i try to open the site i get this error message

 

Link to database cannot be established: SQLSTATE[28000] [1045] Access denied for user 'hawansto_pres147'@'localhost' (using password: YES)

 

i will really be hard for me starting back from noting to build back the store

 

Please i need

Thanks in advance

Link to comment
Share on other sites

you have to change the database credentials located in the configuration file config/settings.inc.php

<?php
define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'name');
define('_DB_USER_', 'user');
define('_DB_PASSWD_', 'password');
define('_DB_PREFIX_', 'ps_');
define('_MYSQL_ENGINE_', 'InnoDB');

Link to comment
Share on other sites

  • 2 weeks later...

the problem i transfer this site from a old server to a new one and before transfering i creat a new databased on the new server and change the old one of the other server to the new one on the new server then upload the complete download files from the old one to the new server .after a complete uploading the site does not load it load and remain blank

Link to comment
Share on other sites

×
×
  • Create New...