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