Si Posted December 7, 2011 Share Posted December 7, 2011 Hi, Using the default template and with captcha (or recaptcha) ON, entering a domain and clicking on the BLUE button, returns the domain checker page, but Does not carry the domain into the search box gives the error that the characters entered did not match (even though no captcha appears on the front page) This means the front page becomes redundant and the customer has to enter the information again and start the domain search AND enter the captcha as well. Is this peculiar to my install or are others seeing it as well? In the whmcs demo it works, but then I think that is because WHMCS hasn't enabled captcha at all so this won't be seen. I've disabled captcha for the meantime (not ideal) to see if others have the same issue. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted December 7, 2011 Share Posted December 7, 2011 I was also notified of this issue, after checking my own install I can confirm that it's the same for me. It appears to be only a small bug but you're right that having capcha off isn't ideal. It would be really cool if we could turn it on/off on a per page basis in the future. 0 Quote Link to comment Share on other sites More sharing options...
websavers Posted December 7, 2011 Share Posted December 7, 2011 Hi,Using the default template and with captcha (or recaptcha) ON, entering a domain and clicking on the BLUE button, returns the domain checker page, but Does not carry the domain into the search box gives the error that the characters entered did not match (even though no captcha appears on the front page) I fixed #2 by adjusting my template files like domainchecker.tpl: {if $inccode && $smarty.request.domain != ""} <div class="alert-message error textcenter"> {$LANG.captchaverifyincorrect} </div> {/if} A simple check to see if a domain has been provided before presenting an error. I don't have a solution for #1 - as far as I can tell you require the captcha to get results, even when the domain is provided externally. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted December 7, 2011 WHMCS CEO Share Posted December 7, 2011 Have you applied patch #9 from http://forum.whmcs.com/showthread.php?t=43291 ? It should resolve the captcha on the homepage. Matt 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.