Missing Method in ProductsControllerError: The action Corn-Bread-and-Corn-Muffins.aspx is not defined in controller ProductsController Error: Create ProductsController::Corn-Bread-and-Corn-Muffins.aspx() in file: app/controllers/products_controller.php.
<?php
class ProductsController extends AppController {
var $name = 'Products';
function Corn-Bread-and-Corn-Muffins.aspx() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp. |