array('verifyCode', 'captcha', 'captchaAction' => '/base/base/captcha', 'message' => 'Неверный проверочный код.') 

I put it like this:

  array('verifyCode', 'safe') 

The site stops working. Please tell me which way I look. ps I want to disable CAPTCHA completely and connect reCAPTCHA

  • I noticed one thing, when something changes into modules, the site breaks down. array('verifyCode', 'captcha', 'captchaAction' => '/base/base/captcha', 'message' => 'ДАЖЕ КОДА МЕНЯЮ ТУТ.') - Ruslan Ismailov

1 answer 1

The problem was next. opened through a regular notebook, while saving the encoding changed. I started to open and edit via phpStorm and everything turned out.