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