Welcome Guest, Not a member yet? Register   Sign In
Unable to locate the specified class: Session.php
#2

(This post was last modified: 10-09-2017, 09:15 AM by InsiteFX.)

Looks like your hook structure is wrong try this one:

PHP Code:
$hook['pre_controller'][] = array(
 
       'class'    => 'AdminAuthorization',
 
       'function' => 'isAuthorize',
 
       'filename' => 'AdminAuthorization.php',
 
       'filepath' => 'hooks',
 
       'params'   => array()
); 

You may also need to use a post_controller hook.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Unable to locate the specified class: Session.php - by InsiteFX - 10-09-2017, 09:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB