PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, January 5, 2022

[FIXED] BotDetect Captcha with cakephp 3.6 problem

 January 05, 2022     cakephp, cakephp-3.0, php     No comments   

Issue

Following the instructions and after loading the plugin with cakephp 3.6 ,I try to load the css with the following url:

http://localhost:8765/captcha-handler?get=bdc-layout-stylesheet.css

and I receive the following error:

Error
Not Found
Error: The requested address '/captcha-handler?get=bdc-layout-stylesheet.css' was not found on this server

Any idea about why the plugin is not ok installed?

I have added in bootstrap.php

Plugin::load('CakeCaptcha', ['routes' => true]);


Solution

If your using cakephp 3 and above user https://github.com/cakephp-fr/recaptcha

It is simple and easily to edit as well

I used it for all my projects and I have never faced any issues



Answered By - ameer nagvenkar
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing