Low Reorder not retaining specified order after save
Low Reorder: 2.3.0
ExpressionEngine: 2.9.3
Number of entries in set: ~1,700
The issue seems a bit random. After saving the set after two or three times, the order is not retained, but it is restored after saving around two more times without making any changes to the order. Some entries also seem to be disabled when the order does not match the previous changes.
Replies
Low 10 May 2016 10:08
This is probably because of the large number of entries. Each entry has its own (hidden) input field, and some server configurations max out their allowed number of input fields to 1000. Look for the max_input_vars configuration variable in your PHP installation and see if you can increase that number.
testing testing 10 May 2016 16:30
Thanks for the quick response. I'll check that out.
testing testing 10 May 2016 23:38
That seems to have fixed it. Thanks.