Skip to content

Error when installing the module on 2.1.14 #39

@hieunguyenzzz

Description

@hieunguyenzzz

When I install the module on my site on 2.1.14 which following instruction

composer require cloudinary/cloudinary-magento2
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush

it ended up with this error

Fatal error: Uncaught Error: Cannot instantiate interface Magento\Framework\Validator\ValidatorInterface in /home/jamest75/public_html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:50
Stack trace:
#0 /home/jamest75/public_html/vendor/magento/framework/ObjectManager/ObjectManager.php(71): Magento\Framework\ObjectManager\Factory\Dynamic\Developer->create('Magento\\Framewo...')
#1 /home/jamest75/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(144): Magento\Framework\ObjectManager\ObjectManager->get('Magento\\Framewo...')
#2 /home/jamest75/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(232): Magento\Framework\ObjectManager\Factory\AbstractFactory->resolveArgument(Array, 'Magento\\Framewo...', NULL, 'protocolValidat...', 'Cloudinary\\Clou...')
#3 /home/jamest75/public_html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(34): Magento\Framework\ObjectManager\Factory\AbstractFactory->resolveArgumentsInRuntime('Cloudinary\\Cl in /home/jamest75/public_html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php on line 50

I have cleared cache before running the script, also remove var/di

is the module support Magento version 2.1.14 ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions