3

After Saving the category from the admin side, it successfully saved the category. But in the exception.log file I got the following error.

"exception":"[object] (Magento\\Framework\\Exception\\LocalizedException(code: 0): Something went wrong while saving the file(s). at /opt/lampp/htdocs/m2/vendor/magento/module-catalog/Model/ImageUploader.php:215)"

Any Help will be appreciated. My Magento version is 2.3.1.

Rafael Corrêa Gomes
  • 13,309
  • 14
  • 84
  • 171
Harshil Parekh
  • 1,473
  • 17
  • 31

1 Answers1

1

Seems like permissions issue, try to fix it for the whole project:

anyway I'll recommend you to check all images which saving during category save process using the xDebug or something similar, because exception throws when magento trying to copy/move a media file from one place to another.

Siarhey Uchukhlebau
  • 15,957
  • 11
  • 54
  • 83