Question

When I try to make a new instance of the Auth-module object (Auth::factory()), Kohana gives me the following error:

Cannot instantiate abstract class Auth

Can someone help?

Was it helpful?

Solution

Use Auth::instance() instead. It will create an Auth object with driver (ORM, File).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top