06-30-2022, 08:21 PM
No need to test. I was able to repro the issue and it is being caused by a setting in php.ini which is defaulting to 1000 which is the max number of individual data items that can be transfered from server to client.
The 1000 default is because of a bug in the post install process in the moode-player package.
I'll add a fix list for the next release and in-place update. In the meantime if you want to apply a patch try the procedure below.
The 1000 default is because of a bug in the post install process in the moode-player package.
I'll add a fix list for the next release and in-place update. In the meantime if you want to apply a patch try the procedure below.
Code:
sudo sed -i "s/^;max_input_vars.*/max_input_vars = 32768/" /etc/php/7.4/fpm/php.ini
moodeutl -r