What happens if I upload an image on Magento?
If any image or any upload of images exceeds these settings you will get the error from the OP. Remember this rule: Also, note that your web host will most likely not warn you if you entered an incorrect value here.
What is the error message on Magento 2?
Each error will always present itself with the same generic warning from Magento 2: Attention: We don’t recognize or support this file extension type. If your using Magento 2.2.0+ the error may be worded differently.
Why does Magento say can not create pub / media / TMP?
You may get an error along the lines of “Can not create directory pub/media/tmp” or you may notice after examining the XHR summary in developer tools that a 200 success code is returned but no data was saved to the server.
Can you use ImageMagick on Magento 2.2.0?
Starting with Magento 2.2.0+ Magento would like to use ImageMagick as well. The documentation is not too clear but it appears you can use one or both of these PHP extensions. If you upgrade to or install PHP 7+ on your server there is a chance it will disable GB and enable ImageMagick depending on how your provisioning your server.
Where are the image and thumbnail attributes located in Magento?
Solution: You should open your Magento backend > Catalog > Attributes > Manage attributes. After this you should find image, small_image & thumbnail attributes. Make sure that all these attributes have scope = Global.
Do you need to specify a path for a CSV file in Magento?
When you export product data with existing images to a CSV file, you can see the alphabetized path before the file name of each image. However, when you import new images, you do not need to specify a path, because Magento manages the directory structure automatically.
How to write to / media directory in Magento?
Make sure the /media directory is in your Apache web server’s group. Magento also needs to be able to write to this directory, so you can run this command to set those permissions:
How do I import images from my Desktop to Magento?
With the correct credentials, you can use any SFTP utility to upload the files from your desktop computer to the server. Before you try to import a large amount of images, review the steps in the import method that you want to use, and run through the process with a few products.