Undefined Variable _POST in system/Log/Logger.php |
I recently upgraded from CI 3 to CI 4.2.1 (running on php 7.4). My site seems to be running well, but I see continuous errors in my log files about _POST being undefined in system/Log/Logger.php.
The threshold is set to 4 in both the app/Config/Logger.php file and .env. Here is a sample from my log file: Code: [28-Sep-2022 07:16:49 America/Los_Angeles] PHP Fatal error: Uncaught ErrorException: Undefined variable: _POST in /var/www/system/Log/Logger.php:340 Anyone have any insights? |
Messages In This Thread |
Undefined Variable _POST in system/Log/Logger.php - by junosapien - 09-29-2022, 10:40 AM
RE: Undefined Variable _POST in system/Log/Logger.php - by InsiteFX - 09-30-2022, 12:28 AM
|