php - CakePhp 2.3.5 - kcaptcha plugin, install and get an error Kcaptcha.CaptchaComponent could not be found? -
follow topic https://github.com/hiromi2424/cakephp-kcaptcha-plugin, copy folder downloaded, paste plugin folder , change name it's kcaptcha. , then, add code cakeplugin::load('kcaptcha', array('bootstrap' => false, 'routes' => false))
bootstrap file. after that, add code in userscontroller var $components = array('kcaptcha.captcha');
. error missing component
error: kcaptcha.captchacomponent not found. error: create class captchacomponent below in file: c:\xampp\htdocs\zik\app\plugin\kcaptcha\controller\component\captchacomponent.php
i don't know why, have idea?
Comments
Post a Comment