A
Asked
immediately after installation it shows
500
Server error
Sorry, server encountered an error, please try again later.
Go back home
i have checked previews supports and couldn't resolve it i need help
500
Server error
Sorry, server encountered an error, please try again later.
Go back home
i have checked previews supports and couldn't resolve it i need help
- MSAnsweredHello,
I am sorry for late reply.
Please check the latest log file in the `storage/logs/` folder and let me know the error details so that I can suggest.
It could be due to duplication in the APP_KYE as that mostly caused issue after installation but the error logs will have the details.
Thank you - AAnswered[2025-10-06 08:02:05] production.ERROR: SQLSTATE[28000] [1045] Access denied for user 'ilpstrat_flead'@'localhost' (using password: YES) (Connection: mysql, SQL: select * from `sessions` where `id` = mrcHo9aMs3XYTWSaoLQ7vSQliWUVX6zcB9yFmhUS limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1045): SQLSTATE[28000] [1045] Access denied for user 'ilpstrat_flead'@'localhost' (using password: YES) (Connection: mysql, SQL: select * from `sessions` where `id` = mrcHo9aMs3XYTWSaoLQ7vSQliWUVX6zcB9yFmhUS limit 1) at /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Database/Connection.php:825)
[stacktrace]
#0 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Database/Connection.php(779): Illuminate\\Database\\Connection->runQueryCallback()
#1 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Database/Connection.php(398): Illuminate\\Database\\Connection->run()
#2 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3106): Illuminate\\Database\\Connection->select()
#3 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3091): Illuminate\\Database\\Query\\Builder->runSelect()
#4 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3676): Illuminate\\Database\\Query\\Builder->Illuminate\\Database\\Query\\{closure}() - MSAnsweredHello,
As you can see the error `Access denied for user ‘ilpstrat_flead’@‘localhost’ (using password: YES)`
Please double check the `.env` file for DB_ settings and wrap the DB_PASSWORD in quotes like `DB_PASSWORD="youeDbPw"`
Thank you - Login to Reply