I donât use pictures. Therefore, until I find a solution, I disabled the lines:
if (!has_valid_image_extension('AOS_Products Uploaded image file: â . $imageFileName , $imageFileName)) {
LoggerManager::getLogger()->fatal(âAOS_Products save - Invalid image file ext : â$imageFileNameâ.â);
throw new RuntimeException(âInvalid requestâ);
}
in file sugarcrm/modules/AOS_Products/AOS_Products.php. For me it worksâŚ