Warning (2): Declaration of PaymentsController::forceSSL() should be compatible with AppController::forceSSL($type) [APP/Controller/PaymentsController.php, line 435]
Magic Mystery School
Jeff McBride's Magic & Mystery School

Missing Method in PaymentsController

Error: The action gift is not defined in controller PaymentsController

Error: Create PaymentsController::gift() in file: app/Controller/PaymentsController.php.

<?php
class PaymentsController extends AppController {


	public function gift() {

	}

}

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

Stack Trace