tripatheea / inventory-management

A simple web-based inventory management software written in PHP (MySQL) with CodeIgniter.
MIT License
65 stars 67 forks source link

You don't have permission to acess this page! #11

Open AshuMann opened 7 years ago

AshuMann commented 7 years ago

I am using xampp. My all other sites are working fine. But for this Inventory-management, i am facing an error just after login attempt, it says - 'An Error Was Encountered. You don't have permission to acess this page!'. I noticed, this error is coming from permission_manager_helper.php (path -application_fa93g\helpers\permission_manager_helper.php ).

ErrorLog file is not having any issue.

What to do master !?

TowerX commented 6 years ago

@AshuMann Did you followed this step on the Usage guide: Create a database using the SQL dump provided. The dump provided has some sample data in it. Use them to explore the system. You can empty them after installation as well. Also make sure to add a user while importing the dump. ??

Let me know if you still want to fix this.