Missing Method in CategoriesController
You are seeing this error because the action care is not defined in controller CategoriesController
If you want to customize this error message, create docs/views/errors/missing_action.ctp.
Fatal : Confirm you have created the CategoriesController::care in file : docs/controllers/categories_controller.php.
<?php
class CategoriesController extends AppController {
function care() {
}
}
?>