Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

error auth #33

Open
OctavioFuenzalida opened this issue Jan 4, 2012 · 1 comment
Open

error auth #33

OctavioFuenzalida opened this issue Jan 4, 2012 · 1 comment

Comments

@OctavioFuenzalida
Copy link

Fatal error: Call to undefined function auth_check() in ...\wolfauth\application\controllers\testauth.php on line 11

$this->load->driver('auth');
$this->load->helper('auth');

    if( !auth_check() ){
      // put your code here for example: redirect('Testauth/deny');
      // don't fotget to make 'Testauth/deny' allowed for all, else you will have infinte loop ;)
    }


  $this->load->driver('auth');

has not posted anything to system/libraries ????

@Vheissu
Copy link
Owner

Vheissu commented Jan 11, 2012

Hmm, that is a weird one. That error insinuates the helper library isn't being loaded. I'm not getting this locally, let me do some more testing and I'll get back to you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants