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