We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0fc6b commit fef0dfbCopy full SHA for fef0dfb
app/code/Magento/MediaStorage/Model/File/Uploader.php
@@ -205,7 +205,8 @@ protected function _validateFile()
205
parent::_validateFile();
206
207
if (!$this->getImageValidator()->isValid($this->_file['tmp_name'])) {
208
- throw new ValidationException(__('File validation failed.'));
+ throw new ValidationException(__('File validation failed.
209
+ Check Image Processing Settings in the Store Configuration.'));
210
}
211
212
0 commit comments