I've got a form with a lot of elements in it, and when the form is saved, the last third or so of the $_POST variables are not getting saved. The page doesn't sit there forever loading or anything - it saves almost immediately, but the last third of the array just isn't saved to the database.
Here's the kicker -- I've got the code on two different servers. The large array works fine on one of them. The new server is the one that is having problems.
I've reviewed all the obvious php.ini settings, and in all cases, the new server has equal if not larger values than the old server. Things I've checked:
max_execution_time: 90
post_max_size: 256M
upload_max_filesize: 256M
The only difference between the old and new server is that the newer one has a separate DB server.
Anyone have any suggestions on things I could try?