-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Component: Google reCAPTCHAIssues and Pull Requests related to reCAPTCHA should be marked with this labelIssues and Pull Requests related to reCAPTCHA should be marked with this labelComponent: NotifierComponent: securitytxtSeverity: S0A problem that is blocking the ability to work. An immediate fix is needed.A problem that is blocking the ability to work. An immediate fix is needed.bugSomething isn't workingSomething isn't working
Description
Preconditions (*) install security-package in the next way;
NOTE: flow the similar as described for MSI
- Create
magento2
as a root folder for installation - clone magento2 ce
2.4-develop
branch intomagento2
git clone -b 2.4-develop --single-branch https://github.com/magento/magento2.git magento2
- clone security-package
1.0-develop
intomagento2/ext/magento/security-package
git clone -b 1.0-develop --single-branch https://github.com/magento/security-package.git magento2/ext/magento/security-package
- Run next common from the root folder to configure composer
composer config minimum-stability dev
composer config repositories.ext path ./ext/*/*/*
composer require magento/security-package
- Install magento
- Run compilation from root folder
bin/magento setup:di:compile
Steps to reproduce (*)
-
Go to Magneto Admin Panel
-
Configure and enable reCaptcha on the storefront. Example of my setting
-
Go to Storefront
Expected result (*)
- Storefront is available
- No erros
- reCAPCTHA is working
Actual result (*)
- blank page
- Error in system.log
[2020-03-27 20:55:11] main.CRITICAL: Error: Cannot instantiate interface Magento\ReCaptchaValidationApi\Api\Data\ValidationConfigExtensionInterface in /var/www/magento/instance_1/lib/internal/Magento/Framework/ObjectManager/Factory/AbstractFactory.php:121
[2020-03-27 20:55:13] main.CRITICAL: Error: Cannot instantiate interface Magento\ReCaptchaValidationApi\Api\Data\ValidationConfigExtensionInterface in /var/www/magento/instance_1/lib/internal/Magento/Framework/ObjectManager/Factory/AbstractFactory.php:121
Metadata
Metadata
Assignees
Labels
Component: Google reCAPTCHAIssues and Pull Requests related to reCAPTCHA should be marked with this labelIssues and Pull Requests related to reCAPTCHA should be marked with this labelComponent: NotifierComponent: securitytxtSeverity: S0A problem that is blocking the ability to work. An immediate fix is needed.A problem that is blocking the ability to work. An immediate fix is needed.bugSomething isn't workingSomething isn't working