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