Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Typo Upper/LowerCase #28

Open
Sanzzes opened this issue Nov 11, 2015 · 1 comment
Open

Typo Upper/LowerCase #28

Sanzzes opened this issue Nov 11, 2015 · 1 comment

Comments

@Sanzzes
Copy link

Sanzzes commented Nov 11, 2015

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.

@kolanos
Copy link
Owner

kolanos commented Nov 11, 2015

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants