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