Forum Replies Created

Viewing 1 replies (of 1 total)
  • And it doesn’t save properly either. Changes applied for a whole month resulted with one week not being available, yet everything else in that month saved ok.

    I ran into this problem as well, and tracked it down to the fact that trying to save a bunch of bookings at once on the backend is submitting a form with thousands of parameters–and bumping straight into PHP’s default setting of max_input_vars=1000. In my case, I’m trying to save bookings with multiple slots available on each day, with several time slots on each day.

    I can bump up the PHP setting to allow me to save more, but that really isn’t a solution: the code should be encapsulating the data (for example, into a single JSON-encoded value) before submitting it because many people simply won’t be able to change the default value on their server.

Viewing 1 replies (of 1 total)