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