-
Notifications
You must be signed in to change notification settings - Fork 133
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
![ErrorException - localhost](https://private-user-images.githubusercontent.com/26905240/352813035-fed57ae3-d6fb-47b9-a64d-0a95770abd59.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzE1NTEsIm5iZiI6MTczODkzMTI1MSwicGF0aCI6Ii8yNjkwNTI0MC8zNTI4MTMwMzUtZmVkNTdhZTMtZDZmYi00N2I5LWE2NGQtMGE5NTc3MGFiZDU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDEyMjczMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRkYWM3ZjIwZTZlZTIzYmRiYmVjMTdmODAxNWEwYmI1OTY2MGE5OWYxYzNmOGNmZTQyYWM1ODQ2NWI3MGZmYWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.S7X--3nNssys1l0mPiM55RWThk8rJ_6PO3zrycTuEVE)
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