robregonm / yii2-auth

Yii 2 User Authentication & Role Based Access Control (RBAC) Module
BSD 3-Clause "New" or "Revised" License
77 stars 37 forks source link

jQuery yiiCaptcha is not a function #25

Open paskuale75 opened 10 years ago

paskuale75 commented 10 years ago

when I open login view ... firebug get me this message: "TypeError: jQuery(...).yiiCaptcha is not a function" ... why ?

thanks

robregonm commented 10 years ago

Please, check that you have installed correctly the required php extensions (imagick, gd) and that you have your yii repo up-to-date (composer packages must be updated too).