chrisidakwo / EFLInventory-V2

:department_store: Point-of-sale and inventory tracking for small-scale retail stores. Easily manage inventory, purchases, sales, and damaged and/or expired products.
195 stars 97 forks source link

Unable to login #7

Closed IssakaBaba closed 4 years ago

IssakaBaba commented 5 years ago

Please I get this error when I login. The php artisan serve runs successfully though.

Screenshot (9)

IssakaBaba commented 5 years ago

And at one point I'm getting an error saying "Your login credentials do not match our records"

chrisidakwo commented 5 years ago

Please can I see what your database config file looks like? Especially the msyql config block. Also your .env file - where you set the DB connection.

euclimauro commented 5 years ago

After database configuration, I'm trying to login using the same credentials and I'm been redirected to the same page, I'm unable to pass the login fase, I even added a new user but still not going through

euclimauro commented 5 years ago

env.txt

These is my configuration file, I have tested my connection it's well connected to the database, please help me to fix or check where the these issue is..!

chrisidakwo commented 5 years ago

Are you using the password and login I specified here? If you are, then I think this error might be due to your mysql setup.

When I said database config file I meant the database.php file within the config directory.

By the way, its the exact same app I have running here: https://eflinventory.herokuapp.com/

chrisidakwo commented 5 years ago

I want to help you solve this but I don't have enough details to understand your setup and what might be wrong on your end. What system are you running this on? What's the PHP version? What's the MySQL version?

Look for the error log file within the storage directory. Try logging in and share the error that might get dumped there. Or take a screenshot if there's an error page like the image above.

euclimauro commented 5 years ago

database.txt These is my database file, I'm using PHP 7.1.23 and mysql 8.0.16 and the logs, there is no error when entered the same credentials, I'm using Laravel 5.8.. logs.log

euclimauro commented 5 years ago

I downloaded again, running composer install it's generating the error below: Screenshot 2019-05-07 at 9 07 27 PM

euclimauro commented 5 years ago

can you guys help me on these..