-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Logo, icons and product images in product pages, dont show in frontend #3671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @lgarridoj Delete all files under var folder.You try to enable developer mode and run deploy command again. |
@mrkhoa99 should I delete all files AND folders under var folder? |
@lgarridoj I checked var folder. We shouldn't delete .htaccess file. We can delete the rest. |
I reinstalled the magento application and the problem was solved. |
I reopen the issue since it is present again after updating the installation with my catalog, images, theme, etc. This happens on a WAMP environment. |
Update: Logo, icon images, etc.., are visible again when changing to English (United States) locale. If I change locale to Spanish (Mexico) those images dissapear. |
Hi @lgarridoj Windows is not a supported platform. See http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html I'm closing the ticket since there's nothing can be done here if it happens on Windows only. |
Fixed: MAGETWO-64191 [GITHUB] Url rewrite for product is broken after using massaction #8227 MAGETWO-96411 [2.3.x] Default addresses not selected when checking out from cart MAGETWO-96849 [2.3.x] Money are refunded to gift card during partial refund when it's not required MAGETWO-96846 [2.3.x] Anchor categories are not showing products after enabling subcategories MC-5573 Refactoring tests. Improve specified test cases. MC-10934 Tests failures CreationScheduledUpdateForStagingDashboardTest and StorefrontPurchaseProductWithCustomOptions MAGETWO-91676 related data missing in order rest api
Just moved a Magento 2 site from a test hosting domain to my local PC.
Everything is ok except Magento logo and icons (cart, envelope inside the email subscribe form, search icon, etc) dont show on frontend.
On backend there are no problems.
I have already flushed cache, deleted pub/static folders, run setup:static-content:deploy.
Product images in product pages dont load. However, they load ok in catalog pages.
I found that the file var/resource_config.json still points to the test domain url:
{"media_directory":"/chroot/home/test.domain/html/pub/media/","allowed_resources":["css","css_secure","js","theme","favicon","email","wysiwyg","tmp","catalog","custom_options","dhl","captcha"],"update_time":"3600"}
Is it ok to edit this file manually?
(Also attached screenshot warning from browser console)

The text was updated successfully, but these errors were encountered: