- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can somebody help me?
I just migrated M1 1.9.4.5 to M2 2.3.5
It tooks hours to make it run but now it seems like all products are here.
The only thing is: the login in frontend AND backend is not working.
I'm getting this error when I try to login at backend:
Class Magento\Captcha\Model\Recaptcha does not exist
In the error log I have:
exception":"[object] (ReflectionException(code: -1): Class Magento\\Captcha\\Model\\Recaptcha does not exist at /home/seedsat/public_html/magento235/vendor/magento/framework/Code/Reader/ClassReader.php:26)"} []
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed a fresh Magento 2.3.7 and tried to import again.
This time I deactivated the Templates-Masters Recaptcha extension before migration.
Than I got a little diffrent error: Class Magento\Captcha\Model\Zend does not exist
So I checked core_config_data and there is a Path called: admin/captcha/type and customer/captcha/type value is zend
I deleted both Paths and run this commands:
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush
Now I can login to the admin Panel
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Login Recaptcha does not exist
Please follow the below steps:
clear the cache
Make the Recaptcha value 0 instead of 1
or from terminal pass the below command:
bin/magento msp:security:recaptcha:disable
200+ Magento 2 Extensions for Enhanced Shopping Experience.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Login Recaptcha does not exist
Thx for the reply
I already tried to find msp_securitysuite_recaptcha/backend/enabled but it's not in the table.
There is only: msp_securitysuite_twofactorauth/duo/application_key
Can it be that the Data Migration Tool delete this?
I was using an extension for recaptcha in Magento 1. Maybe this is the problem?
I see some entries in the M2 core_config for this
Recaptcha
I also tried already bin/magento msp:security:recaptcha:disable and I tried to change the config. Same results.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed a fresh Magento 2.3.7 and tried to import again.
This time I deactivated the Templates-Masters Recaptcha extension before migration.
Than I got a little diffrent error: Class Magento\Captcha\Model\Zend does not exist
So I checked core_config_data and there is a Path called: admin/captcha/type and customer/captcha/type value is zend
I deleted both Paths and run this commands:
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush
Now I can login to the admin Panel