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