ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on January 09, 2019, 04:57:09 pm
-
Made a change from GET to POST for dataModel.method.
Get error from PHP file when filtering certain column with request content-length: 300000
Undefined property: stdClass::$condition in test.php
Call to undefined method FilterHelper::_() in test.php
Any idea would it could be? Other columns with lower content-length works fine.
-
No such known issue in POST. Does it work fine with GET?
Please try to find out the values posted in the POST payload and find out the line where your code breaks.
-
Solved (setting in PHP.ini, max_input_vars). Thanks.