简体   繁体   中英

Some product images are not showing in magento

I recently migrated my magento website to a different server, and here's the process I used:

  1. Remove .htaccess folder from media folder .
  2. rebuild all indexes as well as flush cache in the administration area.
  3. php memory size is 512M.

Same Copy of website working fine in my localhost and different server, I am very confused what step I have to take please guide.

You missed several steps. Process of migrating Magento from local to live is

  1. Upload all files to server
  2. clear var/cache and var/session folder
  3. Update live URL in core_config table web/unsecure/base_url and web/secure/base_url .
  4. Empty log_url table
  5. Reindexing

Still you are getting issues. Check exception.log and system.log in var/log folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM