You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.
I am no longer actively working on kohana-captcha. But if you would like to fork it and submit a merge request to fix these issues I would happily merge it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Your Version fails with Kohana V3.3.
So you must rename all Variables/Files to right Case.
Kohana 3.3 is case sensitiv so when you call the Class Captcha and the file is named captcha.php it will fail.
To Fix -> rename the file to Captcha.php so Kohana can find it.
Obsolote and not working anymore:
In Word.php under classes/Captcha line 22 Kohana:Config is not longer exist in 3.3 and is now -> Kohana::$config->load('captcha.words')
In Line 29 -> utf8::strlen($word) change it to UTF8::strlen($word) in fact case sensitive writing.
The text was updated successfully, but these errors were encountered: