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 7632459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:37:51+00:00 2026-05-31T06:37:51+00:00

I’m currently running PHP 5.3.9, Apache 2.2.22, Mandriva 2010.2. We used to be running

  • 0

I’m currently running PHP 5.3.9, Apache 2.2.22, Mandriva 2010.2.

We used to be running on an old as PHP4 machine, i’ve since migrated our server to a new box, and everything is now working (unfortunately with a few legacy settings like register_globals!), except one page.

This one page sends a large POST request sometimes, and when it sends something over x (I’m not sure of the exact number), the PHP script behaves as if it never received any $_POST at all and gives me undefined errors. With a smaller POST it behaves like normal (yay).

Example of POST (grabbed using Opera Dragonfly):

grid[153][1]    256663
grid[153][2]    629969
grid[153][3]    Some Name
grid[153][4]    PSSERVICE
grid[153][5]    PS Service (PSSERVICE)
grid[153][6]    
grid[153][7]    
grid[153][8]    
grid[153][10]   
grid[153][12]   
grid[153][13]   1
grid[153][14]   PAYMENT PENDING
grid[154][0]    2012-03-04
grid[154][1]    256343
grid[154][2]    630133
grid[154][3]    Some Other
grid[154][4]    PSSERVICE
grid[154][5]    PS Service (PSSERVICE)
grid[154][6]    0
grid[154][7]    0
grid[154][8]    0
grid[154][10]   0
grid[154][12]   0
grid[154][13]   0
grid[154][14]   JOB
.... etc,etc,etc.....
total_tech_val  2481.1118181818
total_parts 414.99
total_traveltime    152.44
total_adjustment    0
total_net_val   2481.1118181818

I’ve tried increasing limits within the php.ini file, heres a few examlpes:

post_max_size = 32M
max_execution_time = 60
max_input_time = 60
max_input_vars = 5000
memory_limit = 128M

What could be causing this odd behaviour?

NOTE: There is no error given in output (with E_ALL on, apart from the undefined errors), or inside the error log.

EDIT:
When doing a “var_dump($_REQUEST);”, i am getting the first part of the grid[][] but missing everything else. (gets up to element [76][13] or so). So it appears as if its reaching a limit and being cut off.

I am running the suhosin extension.

phpinfo is available at http://jsfiddle.net/QVEK3/

  • 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-05-31T06:37:53+00:00Added an answer on May 31, 2026 at 6:37 am

    Make sure your php.ini configuration file is not limiting the data being sent.

    Keep a eye on these variables:

    post_max_size = 32M
    max_execution_time = 60
    max_input_time = 60
    max_input_vars = 5000
    memory_limit = 128M
    suhosin.post.max_vars = 3000
    suhosin.post.max_array_index_length = 400
    suhosin.post.max_array_depth = 200
    suhosin.request.max_array_depth = 200
    suhosin.request.max_array_index_length = 400
    suhosin.request.max_vars = 3000
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am currently running into a problem where an element is coming back from
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I would like to count the length of a string with PHP. The string
I used javascript for loading a picture on my website depending on which small
this is what i have right now Drawing an RSS feed into the php,
I want use html5's new tag to play a wav file (currently only supported
I have a French site that I want to parse, but am running into
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and

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.