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
The array's password value should also be ******************.
Anything else?
If I set $sensitiveDataInTrace = ['file'], I get the following error:
Fatal error: Uncaught TypeError: Cannot assign string to property Config\Cache::$file of type array in .../CodeIgniter4/system/Debug/Exceptions.php on line 325
PHP Version
8.1
CodeIgniter4 Version
4.3.6 and develop
CodeIgniter4 Installation Method
Git
Which operating systems have you tested for this bug?
macOS
Which server did you use?
cli-server (PHP built-in webserver)
Database
n/a
What happened?
Steps to Reproduce
Expected Output
The array's
password
value should also be******************
.Anything else?
If I set
$sensitiveDataInTrace = ['file']
, I get the following error:Ref #4550
The text was updated successfully, but these errors were encountered: