Welcome Guest, Not a member yet? Register   Sign In
Community Auth issues - Any help would be appreciated
#8

In config/config you should have enabled hooks by setting it to TRUE. Also, in config/hooks you need:

PHP Code:
$hook['pre_system'] = array(
 
   'function' => 'auth_constants',
 
   'filename' => 'auth_constants.php',
 
   'filepath' => 'hooks'
);
$hook['post_system'] = array(
 
   'function' => 'auth_sess_check',
 
   'filename' => 'auth_sess_check.php',
 
   'filepath' => 'hooks'
); 
Reply


Messages In This Thread
RE: Community Auth issues - Any help would be appreciated - by skunkbad - 11-13-2016, 05:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB