Missing Method in LoginController
Error:
The action child_chiropractic.html is not defined in controller LoginController
Error:
Create LoginController::child_chiropractic.html() in file: app/controllers/login_controller.php.
<?php
class LoginController extends AppController {
var $name = 'Login';
function child_chiropractic.html() {
}
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_action.ctp.