Error: The action provider.airplay is not defined in controller UsersController
Error: Create UsersController::provider.airplay() in file: prodlite2.git/controllers/users_controller.php.
<?php
class UsersController extends AppController {
var $name = 'Users';
function provider.airplay() {
}
}
?>
Notice: If you want to customize this error message, create prodlite2.git/views/errors/missing_action.ctp.