2009/1/28 19:44:55
|
---|
![]() |
Register Captcha on 1.1.1 not workingHello,
I have a production site I just took up to 1.1.1. I have also repeated this on a clean install in my dev environment. I can go through the registration and not enter any text for the captcha and the site still registers the account. Is this a known bug? Anyone else having this problem. To just check I did a clean icms install again. And I'm still getting the same problem. ![]() |
2009/1/29 0:25:52
|
---|
![]() |
Re: Register Captcha on 1.1.1 not workingYes, this can be a bug. See for more information here.
|
2009/1/29 10:35:08
|
---|
![]() |
Re: Register Captcha on 1.1.1 not workingThanks!!!
I'll pull down the patch and see if it fixes the problem. If it does I'll post back here for the benefit of the community incase anyone else is searching for an answer for this problem. |
2009/1/29 10:44:29
|
---|
![]() |
Re: Register Captcha on 1.1.1 not workingthe patch in the thread mentioned, will not fix the captcha issue, because the captcha issue was unknown at the time i made that patch.
however it has been fixed in the 1.1.2 branch which will be released very soon. in the meantime if you have updated your production site, i can zip up the 1.1.2 RC branch for you, and you can test & report back.. |
_________________
Live as if you were to die tomorrow, Learn as if you were to live forever The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together! |
2009/1/29 10:52:23
|
---|
![]() |
Re: Register Captcha on 1.1.1 not workingVaughn
Thanks. If the 1.1.2 release is going to happen in a week or so I do not want to waste your time. I can definitely wait for the release. Thanks. |
2009/1/29 10:59:46
|
---|
![]() |
Re: Register Captcha on 1.1.1 not workingno probs :).. it will not be even a week, probably could be tomorrow or saturday at latest.
if you want to do the edit manually.. in register.php search for @include_once ICMS_ROOT_PATH."/libraries/captcha/captcha.php") around line 194 and replace with @include_once ICMS_ROOT_PATH."/class/captcha/captcha.php") |
_________________
Live as if you were to die tomorrow, Learn as if you were to live forever The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together! |