CodeIgniter Forums
Argument 2 passed to dot_array_search() must be of the type array - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Argument 2 passed to dot_array_search() must be of the type array (/showthread.php?tid=74387)



Argument 2 passed to dot_array_search() must be of the type array - JerryCode - 09-17-2019

when I run the index.php  in phpstorm, return some errors
PHP Code:
An uncaught Exception was encountered

Type
:        TypeError
Message
:     Argument 2 passed to dot_array_search() must be of the type array, null givencalled in D:\\\\system\Session\Session.php on line 498
Filename
:    D:\\\\system\Helpers\array_helper.php
Line Number
55 


how can I run codeigniter web in phpstorm?