|
Missing Controller
Error:
CaptchaSecurityImages.phpController could not be found.
Error:
Create the class CaptchaSecurityImages.phpController below in file: app/controllers/captcha_security_images.php_controller.php
<?php
class CaptchaSecurityImages.phpController extends AppController {
var $name = 'CaptchaSecurityImages.php';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp
|