I move cs-cart from server to localhost and it is not working

Hello

I download all files from server and move into xampp/htdocs/mycscart …
i also export database from server…and import it on my local system.
and make following change in local.config.php file

$config[‘db_host’] = ‘localhost’;
$config[‘db_name’],$config[‘db_user’],config[‘db_password’]

also change host and path

$config[‘http_host’] = ‘localhost’;
$config[‘http_path’] = '/mycscart ';
$config[‘https_host’] = ‘localhost’;
$config[‘https_path’] = '/mycscart ';

also delete var/cache

but still it is not working…showing error like below

#################################################

PHP Deprecated

Message

rtrim(): Passing null to parameter #1 ($string) of type string is deprecated

Error at

C:\xampp\htdocs\mycscart \app\Tygh\Tools\Url.php, line: 403
###########################################################

please help me…

  1. There are also database updates that needs to be done in cscart_companies and cscart_storefronts tables , depending on you cs-cart version

  2. Please make sure your php version is similar to the one from the server

Hi!

The PHP Deprecated errors cannot stop the installation from operation, so there should be some other errors. Could you please check if there are any Fatal errors in the logs of the installation?