-
Notifications
You must be signed in to change notification settings - Fork 132
Replies: 2 comments · 7 replies
-
Set the value of max_execution_time = 36000 Please tell us what is the set value of Lines 268 to 273 in 223fbd9
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for responding
unfortunately problem remain the same! :-( |
Beta Was this translation helpful? Give feedback.
All reactions
-
No. It normally takes less than a second. |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
This is not a good practice. 36000 is too long. The default of PHP is 30. 120 may be too long.
The following is an answer by Claude 3.5 Sonnet: Setting a max_execution_time that's too long can introduce several risks:
To mitigate these risks, it's generally better to optimize your code, use asynchronous processing for long-running tasks, and set the max_execution_time to the lowest value that still allows your application to function correctly. |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
It's best to update first, use the latest version. do |
Beta Was this translation helpful? Give feedback.
All reactions
-
Updated codeigniter to 4.5.4 which I think is the latest |
Beta Was this translation helpful? Give feedback.
All reactions
-
on instaling shield with composer I got yellow error as follow
|
Beta Was this translation helpful? Give feedback.
All reactions
-
No, they are just notices by Composer. See https://forum.codeigniter.com/showthread.php?tid=91153 |
Beta Was this translation helpful? Give feedback.
All reactions
-
Run step debugging with an IDE. |
Beta Was this translation helpful? Give feedback.
-
hope you all are doing well
when I try to register on shield I get an error about execution time and following line
VENDORPATH\codeigniter4\shield\src\Authentication\Passwords.php at line 126
& a fatal error as follow
Fatal error: Maximum execution time of 120 seconds exceeded in E:\wamp64\www\avin_el\vendor\codeigniter4\shield\src\Authentication\Passwords.php on line 126
installed shield on fresh installed codeigniter using composer
Beta Was this translation helpful? Give feedback.
All reactions