Ben KohanaPhp 3 framework öğrenme yaşıyorum ve ben kolanos-Kohana captcha denilen bir modül eklenmesi ile ilgili bir sorun var.
Ne kadar yaptık olduğunu:
- Ben modülleri dizine dizin kolanos-Kohana-Captcha'yı kopyalanan
- Application / config / captcha.php dosya kolanos-kohana-captcha/config/captcha.php kopyalandı
- Dosyayı düzenlenmiş ve bootstrap.php eklendi
Kohana::modules(array (... 'captcha' => MODPATH."kolanos-kohana-captcha ', ));
Ama bu işe yaramazsa: (I sınıf Captcha Kohana kullanmak istediğinizde hata gösteriyor "sınıfı bulunamadı."
I'm doing something wrong? Is this a problem with the module? There are some other modules to handle the captcha in Kohana 3+?