Magento can’t upload images after CE 1.9.2.3 / SUPEE-7405 update
After the recent Magento update which included patch SUPEE-7405 it appears many people have an issue uploading images through the Magento backend. As part of the SUPEE-7405 patch Magento has increased security around the upload and checking of images to prevent malicous content. Cause The permissions for folders/files created when uploaded are too restritive, they where 777 and now after the recent update are 750 for folders and 640 for files. Solution To fix this issue I had to revert change the permissions to more...