Valentines-day | Sales | Latest Voucher Codes | All Voucher Codes | Blog | Popular deals
Monday 8th February 2010
 

Missing Method in VouchersController

Error: The action newDiscount is not defined in controller VouchersController

Error: Create VouchersController::newDiscount() in file: app/controllers/vouchers_controller.php.

<?php
class VouchersController extends AppController {

	var $name = 'Vouchers';


	function newDiscount() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.