Hi everyone!
I have magento 1.9.0.1 and my new customers can't registration duo to this problem: Incorrect CAPTCHA.
Could you help me?
Welcome to the community forums.
This community forums is a very good platform to ask the questions and try to help others.
So in your magento - Captcha is enabled ? its showing on registration form ? if yes then you need to add and verified that captcha !
Post a screenshot or give more insight on this , so its help us to trouble shoot the issue !
I disable Mage_Captcha and captcha to admin. Also captcha isn't visible to registration form.
The captcha is nor visible to registration form
I understand ! refer this link to resolved your issue - https://magento.stackexchange.com/questions/58928/captcha-problem-magento-admin-panel
Hope it helps !
It didn't work
Hello @Klimek,
You need to solve by Debug the captcha check process.
Please follow below stpes
$captchaModel->isCorrect($this->_getCaptchaString(Mage::app()->getRequest(), $formId))
Mage::getSingleton('customer/session')->getData($this->_getFormIdKey('word')
By using this you can track where the issue
--
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution"