Jump to content

[SOLVED] [HELP] Moving prestashop from Online to localhost (XAMPP)


Recommended Posts

hey guys i really need help about moving prestashop from online to localhost using XAMPP, because i wanna change some style (CSS).

 

i already zip my prestashop from CPanel and download it, also extracted the SQL and import in phpmyadmin localhost.

 

after that i change the value of ps_configuration -> ps_shop_domain and ps_shop_domain_ssl into localhost:50.

 

then i change the value of domain and domain_ssl from ps_shop_url into localhost:50, also the physical_url become /name of my prestashop/.

 

also i changed file "settings.inc.php" where :

 

DB_SERVER -> localhost:50

DB_USER -> root

DB_passwd -> empty.

 

when i'm search in browser "localhost:50/name of my prestashop", blank monitor with failed connection or database not exist.

 

could u give me a clue about what i'm missing ? really need help about this...thx a lot before

 

 

Link to comment
Share on other sites

database server isn't on :50 port :) try to use simple localhost instead localhost:port

i changed the port in XAMPP into :50 because its conflicted with my IIS.

 

but my problem above had solved, connection.php hasn't changed before.

 

thx a lot guys

Link to comment
Share on other sites

×
×
  • Create New...