-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello, when installing the extension everything goes fine, however when I first tried to access the Cloudinary > Manage panel in the backend main menu, I get the error "Unable to set target directory" and the first stack trace line:
/ var/www/dev1/htdocs/app/code/community/Cloudinary/Cloudinary/Model/Resource/Cms/Synchronisation/Collection.php(12): Varien_Data_Collection_Filesystem->addTargetDir('/var/www/dev1/htdocs/media/wysiwyg/')
I investigated and found that the media/wysiwyg/ directory did not exist on my fresh install of Magento 1.9.2.1. After creating the directory manually, the issue is resolved and the Cloudinary extension appears to function as expected.
I do not know if this issue was my own fault, but it seems Magento did not create this directory during installation and the Cloudinary extension assumes it exists.