cloudinary / cloudinary_magento

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

Fix a problem with getStorageRoot() yielding the real_path #14

Closed nhp closed 5 years ago

nhp commented 8 years ago

There was a problem if the media-dir was behind a symlink that caused wysiwyg images to be synched multiple times becuase the path from the cloudinary_synchronisation table was always diffrent from the one that was in the filesystem-collection. Because of this every image was synched every time the sync tried to run.

grantkemp commented 8 years ago

Cheers @nhp we are going to review it

nhp commented 5 years ago

not working on this any more