Skip to content

Instantly share code, notes, and snippets.

@jrran90
Last active November 14, 2019 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrran90/6aafb1568bca98b39c2271fc09fff294 to your computer and use it in GitHub Desktop.
Save jrran90/6aafb1568bca98b39c2271fc09fff294 to your computer and use it in GitHub Desktop.
PrestaShop CheatSheet and resolved

When you're doing migration from a different server and domain make sure you change the value of the following tables:

ps_configuration
--------------------
PS_SHOP_DOMAIN
PS_SHOP_DOMAIN_SSL
ps_shop_url
--------------------
domain
domain_ssl

Note:

  • ps_ is just a prefix, it can differ during fresh installation
  • if you upload your database, make sure that the rows are correct, sometimes, due to some instances, it'll not able to download all rows.
  • try removing cache though it's somehow irrelevant but sometimes it work rm cache/class_index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment