- MSAnsweredHello,
Please check the latest log file in the `storage/logs/` folder and let me know the know error details so that I can suggest solution.
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` Please check the DB_ config in the `.env` file and make sure all details are saved correctly. Please wrap the DB_PASSWORD in quotes like `DB_PASSWORD="yourDbPw"` Then try to check gain.
If still same, please let know server details in private reply I will help you check.
Thank you - AAnsweredi have done everything as directed but still having same error how can i send you server detail?
- AAnsweredsame errorAttachments
- MSAnsweredHello,
Please check the latest log file in the `storage/logs/` folder and attach with reply. I will need to know the 500 error details to suggest solution.
Thank you - AAnswered[2025-10-15 09:21:56] production.ERROR: Call to a member function addMinutes() on null {"userId":1,"exception":"[object] (Error(code: 0): Call to a member function addMinutes() on null at /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/app/Rules/ThrottleThread.php:26)
[stacktrace]
#0 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Validation/InvokableValidationRule.php(102): App\\Rules\\ThrottleThread->validate()
#1 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(902): Illuminate\\Validation\\InvokableValidationRule->passes()
#2 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(678): Illuminate\\Validation\\Validator->validateUsingCustomRule()
#3 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(481): Illuminate\\Validation\\Validator->validateAttribute()
#4 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(516): Illuminate\\Validation\\Validator->passes()
#5 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Validation/Validator.php(558): Illuminate\\Validation\\Validator->fails()
#6 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/livewire/livewire/src/Features/SupportValidation/HandlesValidation.php(266): Illuminate\\Validation\\Validator->validate()
#7 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/livewire/livewire/src/Features/SupportFormObjects/Form.php(33): Livewire\\Features\\SupportFormObjects\\Form->parentValidate()
#8 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/app/Livewire/Forms/ThreadForm.php(113): Livewire\\Features\\SupportFormObjects\\Form->validate() - MSAnsweredHello,
I will fix this in the update. For now please edit `app/Rules/ThrottleThread.php` and change the line no 26 form `if (now()->lte($last_time->addMinutes($tm))) {` to
```
if ($last_time && now()->lte($last_time->addMinutes($tm))) {
```
Thank you - AAnsweredits now working fine after the correction
- AAnsweredi just tried to create a thread with a picture attachment and it shows error. below is the error log.
[2025-10-15 09:21:56] production.ERROR: Call to a member function addMinutes() on null {"userId":1,"exception":"[object] (Error(code: 0): Call to a member function addMinutes() on null at /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/app/Rules/ThrottleThread.php:26)
[stacktrace]
#0 /home2/ilpstrat/public_html/forum.ilpstrategy.org.ng/vendor/laravel/framework/src/Illuminate/Validation/InvokableValidationRule.php(102): App\\Rules\\ThrottleThread->validate() - Login to Reply