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