Hi,
I am trying to integrate gridphp-full-v2.8.1 with a PHP application using CodeIgniter 4.3.2.
I am receiving many Undefined variable and array key errors from jqgrid_dist.php file.
I had to manually add isset() function in jqgrid_dist.php file for all the variables that are throwing this error which is taking a lot of time. Is there another way to resolve this undefined variable issue?
1 Answers
You can try changing the logging threshold:
https://codeigniter4.github.io/CodeIgniter4/general/logging.html#configuration
Your Answer