When I try to add a user this is the error I get:
ErrorException [ Fatal Error ]: Call to undefined method Auth_ORM::register()
It does not make any sense. I added ORM and AUTH… For some reason it does not work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess you are referring to the useradmin module of mixu (https://github.com/mixu/useradmin) for the Kohana php framework.
This problem goes away if you add the module BEFORE the auth and orm modules in bootstrap.php