Magento Admin CSS and JS paths incorrect after moving server and product pages empty?

前端 未结 2 448
臣服心动
臣服心动 2020-12-30 07:19

I have recently moved a Magento site from a subdomain to it\'s destination domain at picnprint.me on a different server. I am experiencing two problems at the moment since m

2条回答
  •  误落风尘
    2020-12-30 08:21

    Using your favourite RDMS tool (such as phpMyAdmin) open the table core_config_data, correct the values for the paths web/unsecure/base_url and web/secure/base_url. Make sure dev/js/merge_files and dev/css/merge_css_files are both 0.

    Clear the cache by deleting all files in var/cache/ in your Magento directory.

提交回复
热议问题