Bug: ErrorException: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead from SYSTEMPATH\HTTP\Files\FileCollection.php at line 120 #6255
Labels
bug
Verified issues on the current code behavior or pull requests that will fix them
PHP Version
7.4
CodeIgniter4 Version
develop : ddccfc0
CodeIgniter4 Installation Method
Git
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
5.6
What happened?
uploading a file while using below code , will thrown
ErrorException: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead
.attached screenshot:
Steps to Reproduce
Expected Output
Should not throw ErrorException
Anything else?
No response
The text was updated successfully, but these errors were encountered: