简体   繁体   English

magento中未显示某些产品图片

[英]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: 我最近将我的magento网站迁移到其他服务器,这是我使用的过程:

  1. Remove .htaccess folder from media folder . 从媒体文件夹中删除.htaccess文件夹。
  2. rebuild all indexes as well as flush cache in the administration area. 在管理区域中重建所有索引以及刷新缓存。
  3. php memory size is 512M. php内存大小为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. 网站的同一副本可以在我的localhost和其他服务器上正常工作,我很困惑我必须采取的步骤,请指导。

You missed several steps. 您错过了几个步骤。 Process of migrating Magento from local to live is Magento从本地迁移到现场的过程是

  1. Upload all files to server 将所有文件上传到服务器
  2. clear var/cache and var/session folder 清除var/cachevar/session文件夹
  3. Update live URL in core_config table web/unsecure/base_url and web/secure/base_url . 更新core_configweb/unsecure/base_urlweb/secure/base_url实时URL
  4. Empty log_url table 空的log_url
  5. Reindexing 重新索引

Still you are getting issues. 仍然您遇到问题。 Check exception.log and system.log in var/log folder. 检查var/log文件夹中的exception.logsystem.log

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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