views:

21

answers:

1

Hello,

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?

A: 

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

biakaveron