      

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