Required parameter $grid follows optional parameter $depth
in Zeile 8489 in der Datei S:\o\HHC-FreudentalWebsite_neu\phpgrid\lib\inc\jqgrid_dist.php
Hallo Abu,
i am using php 8.0.12 and phpgrid version 2.8. You can test it with example bulk-edit.php.
Regards
Gerd
Hello, I’ve emailed you the latest build.
jqgrid_dist.php showing error on php 8.1
A PHP Error was encountered
Severity: Warning
Message: Undefined array key “editoptions”
Filename: inc/jqgrid_dist.php
Line Number: 1275
A PHP Error was encountered
Severity: Warning
Message: Undefined variable $e
Filename: controllers/cpanel.php
Line Number: 1616
Hello,
It’s recommended to set following settings for error displaying. By default the core library have this code but if it’s not there in your implementation, you can add this above php file.
The warning messages causes no harm to the application code, however it’s a good practive way to avoid warning as well.
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED);
ini_set(“display_errors”,”off”);