BotDetect Captcha with cakephp 3.6 问题
BotDetect Captcha with cakephp 3.6 problem
在 instructions 之后并使用 cakephp 3.6 加载插件后,我尝试使用以下 url:
加载 css
http://localhost:8765/captcha-handler?get=bdc-layout-stylesheet.css
我收到以下错误:
Error
Not Found
Error: The requested address '/captcha-handler?get=bdc-layout-stylesheet.css' was not found on this server
知道插件安装不成功的原因吗?
我在bootstrap.php
中添加了
Plugin::load('CakeCaptcha', ['routes' => true]);
如果您使用cakephp 3及以上版本的用户https://github.com/cakephp-fr/recaptcha
编辑起来也很简单
我将它用于我所有的项目,而且我从未遇到过任何问题
在 instructions 之后并使用 cakephp 3.6 加载插件后,我尝试使用以下 url:
加载 csshttp://localhost:8765/captcha-handler?get=bdc-layout-stylesheet.css
我收到以下错误:
Error
Not Found
Error: The requested address '/captcha-handler?get=bdc-layout-stylesheet.css' was not found on this server
知道插件安装不成功的原因吗?
我在bootstrap.php
Plugin::load('CakeCaptcha', ['routes' => true]);
如果您使用cakephp 3及以上版本的用户https://github.com/cakephp-fr/recaptcha
编辑起来也很简单
我将它用于我所有的项目,而且我从未遇到过任何问题