Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7774951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:30:26+00:00 2026-06-01T17:30:26+00:00

Around 100 rows of data are posted using $.post (JQuery) as JSON array. But

  • 0

Around 100 rows of data are posted using $.post (JQuery) as JSON array.
But for some reason not all rows are received.

The data looks more or less like this (contents are basically numbers and small strings):

rows = [["U", "0", "81949", 32 more...], ["U", "0", "81950", 32 more...] ..... ]

The way I’m sending the data is:

$.post(url+"callback=?", { data : rows }, function(){}, "json");

If I echo the number of rows (count($_POST)) received in my local version it shows “100”, but at the production server it displays “25” (every time is the same amount).

Checking the request details in firebug, it shows correctly that all 100 has been sent.

I though it could be the PHP “post_max_size” value, but I had it set to “100M”, which I think is by far enough.

I’m pretty sure it has to be with the server settings, but I’m out of ideas…
Thanks in advance.

UPDATE:

  • The production server has 8GB of Memory, which is using about half of
    it (it is not a memory issue).
  • There is no timeout (all the process is done in about 3 seconds).
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T17:30:27+00:00Added an answer on June 1, 2026 at 5:30 pm

    Is your production server using suhosin? Suhosin is often a culprit for limiting the request sizes, both GET and POST. They have separate limits for POST and GET sizes (and in fact one affects the other from what I remember, thus both have to be increased).

    Take a look at your phpinfo() and see if there’s anything about suhosin there.

    Suhosin values that may affect you:

    • suhosin.get.max_vars
    • suhosin.post.max_vars
    • suhosin.request.max_vars

    (+ their equivalents for value and var length)

    Also, if you’re uploading files, then this too is limited by suhosin:

    • suhosin.upload.max_uploads (which is, consequently, 25 by default)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some 50 pages of html which have around 100-plus rows of data
I have been tasked with downloading around 100 million rows of data from Azure
I have around 100 rows of text that I want to tokenize, which are
I have an array of doubles, roughly 200,000 rows by 100 columns, and I'm
I have a table with around 100,000 rows at the moment. I want to
I'm currently have around 100 rows in a table on my website, which include
I currently have several rows (say around 100 for args sake) in a table,
I'm developing a program in C# which inserts around a 100,000 rows into a
I am using hsqldb for testing some of the data access layer in Java.
I'm playing around with using Simple.Data for my next project, and ran across something

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.