Hi there,
I’m testing FreakAuth_light_1.0.2-BETA with EasyPhp (php 4.3.10, mysql 4.1.9).
everything is fine (VERY fine, wonderful job) except :
1) I don’t want to remove index.php in my URL, so it was a bit of a struggle to move files in ‘controllers/admin’ to ‘controllers’ and then correct the ‘anchor()’ in the view files. I think it is worth explaining this a bit for newcomers to FreakAuth like me. I can try to write something about that if you want.
2) A strange issue : after loggin in as ‘superadmin’, I can browse the admin area correctly. But after
- EXACTLY 3 clicks on ‘home’ or ‘administrators’
- 3 or 4 clicks on ‘example’
I’m thrown to the login page (a bit violently).
Nothing such as this happens when clicking on ‘users’.
Seems weird to me… I’m sure I didn’t download a limited version !!!
After checking a bit the code, it seems that
$this->CI->db_session->userdata('role');
loses the role ‘superadmin’. But I can’t tell more.
Does someone have an idea to make it work ? Is it related to the fact that those files were moved?