You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Stress tested the CodeIgniter4 apps with error module, i ran the app with php spark serve then php spark db:seed ... and executed the stress test, but the system is always remove file rewrite.php in internal modules which isn't able to restore!
1. Tried in success scenario
2. Hitted error module with large request
3. File rewrite.php always lost
CodeIgniter 4 version
4.0.4
Affected module(s)
All system was affected
Expected behavior, and steps to reproduce if appropriate
Error 500 with trace in log
Context
OS: Windows 10
PHP version 7.4.8
Composer version 2.0.0
The text was updated successfully, but these errors were encountered:
MufidJamaluddin
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Oct 26, 2020
I'm curious and this is an interesting one. What do you think could be the possible reason for a file to be removed when lot's of request come through (to it).
Perhaps this is caused by your anti-virus program? We have received reports that the AV program deletes the rewrite.php marking it as Trojan. There is nothing in the framework that deletes this file and possibly this could be from external sources.
Describe the bug
Stress tested the CodeIgniter4 apps with error module, i ran the app with
php spark serve
thenphp spark db:seed ...
and executed the stress test, but the system is always remove file rewrite.php in internal modules which isn't able to restore!1. Tried in success scenario
2. Hitted error module with large request
3. File rewrite.php always lost
CodeIgniter 4 version
4.0.4
Affected module(s)
All system was affected
Expected behavior, and steps to reproduce if appropriate
Error 500 with trace in log
Context
The text was updated successfully, but these errors were encountered: