Author Topic: POST problem  (Read 1864 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
POST problem
« 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

Code: [Select]
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.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
Re: POST problem
« Reply #1 on: January 10, 2019, 04:02:06 pm »
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.

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: POST problem
« Reply #2 on: January 11, 2019, 02:05:55 am »
Solved (setting in PHP.ini, max_input_vars). Thanks.
« Last Edit: January 11, 2019, 02:55:29 am by queensgambit9 »