cloudinary / cloudinary_magento2

Cloudinary's Magento 2 extension. Upload product images to the cloud, manipulate them to match your graphic design and optimize images for better user experience
MIT License
15 stars 8 forks source link

Notice about undefined variable stops queue item from being processed #103

Closed jsyvanne closed 1 year ago

jsyvanne commented 3 years ago

Product gallery api queue doesn't get processed and the error message in the database due to notice level error (even when server error reporting includes ~E_NOTICE) Notice: Undefined variable: imageData in /var/www/magento/vendor/cloudinary/cloudinary-magento2/Model/Api/ProductGalleryManagement.php on line 517

$imageData variable is not defined if $cldspinset is null