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