1
Help for ParamQuery Pro / PHP 7 -> PHP 8
« on: May 14, 2025, 05:37:32 pm »
After upgrading from PHP 7 -> PHP 8 when loading a saved stated with columns that uses remoteOptions, The checkboxes are not populated correctly but the filter is applied correctly. Any idea what could be causing this?
Update:
Noticed that quotes are missing from numeric values in PHP 8 version.
Response PHP 7:
Response PHP 8:
State has "1" (with quotes).
Update:
Noticed that quotes are missing from numeric values in PHP 8 version.
Response PHP 7:
Code: [Select]
{"data":[{"c":"1"}}
Response PHP 8:
Code: [Select]
{"data":[{"c":1}}
State has "1" (with quotes).