web-project-builder / expense-management-codeigniter-adminlte-php

A simple but powerful PHP script to manage your expenses with multi-user level and permission
37 stars 35 forks source link

i Cant login it redirects to login itself #5

Open alshoja opened 6 years ago

alshoja commented 6 years ago

I cant login to this system always redirects to the login page after installation

Anantkprajapati commented 5 years ago

Hello Yes, I noticed same thing but here is the solution just open index.php file and add below line in top of the file session_start();

like http://prntscr.com/lmexos

This is Code ignitor issue. hope this will help you

Thank you

alshoja commented 5 years ago

Hello Yes, I noticed same thing but here is the solution just open index.php file and add below line in top of the file session_start();

like http://prntscr.com/lmexos

This is Code ignitor issue. hope this will help you

Thank you

Cabji commented 5 years ago

@Anantkprajapati thanks for the fix. Thought I was going crazy about my passwords not working!