-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Magento 2.1 fails to load email_logo.png #5633
Comments
I have the same problem. |
Same problem here... |
Same issue here... seems its bug in Magento 2.1 |
Isn't this a duplicate of #5352 which already got fixed on the develop branch? |
here is easy fix .create a folder and put image with same name :) until it fixed officially |
Same issue experienced in 2.1. Logo is changed in backend but when template previewing the logo is the magento one. |
Hotfix: Create a symlink from /pub/media/logo to /pub/media/email/logo ;-) |
Same as #6275 . |
Closed as duplicate #5352 |
Internal ticket to track issue progress: MAGETWO-69062 |
[CIA] Identify and Refactor GET requests which modify data
Steps to reproduce
Magento 2.1 fresh installation and upgrade from 2.07 both
Also with cache enabled, disabled, flushed...
Try to upload a logo for email templates from Admin ->Content Design ->Configuration ->website ->transactional emails
Upload your logo file
Save
Expected result
New Logo for email is applied
Actual result
Previous Logo still remain
Back in the admin, in the image logo box there is the image broken icon.
I also create the Magento_Email/web folder under my custom theme (my fallback is Luma theme) and it does not take effects. Always Luma logo appears in the header of my e-mails (orders, invoices, shipments...).
Strange is that, just for testing, i overwrited the email_logo.png under Luma theme to see if it takes effect but nothing happens (?).
Then... back to the admin, i discover that the file is searched in pub/media/email/logo/website/<website_id>/filename.png
My Logo file was uploaded in pub/media/logo/website/<website_id>/filename.png.
No email folder in pub/media.
As a workaround, created the email folder under pub/media and saved my file (/logo/website/<website_id>/filename.png)
In the backend it takes effect and in the emails too!!
The text was updated successfully, but these errors were encountered: