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