Jump to content

POST_MAX_SIZE setting problem


Recommended Posts

Hello!
The problem I have, is that the $_POST array doesn't contain more than a 1000 elements. The post_max_size was initially set to 8Mb. I changed it to 40M with .htaccess, but the array size is still 1000, though it should be 2535, because at the Translation Tool there are 2535 expressions to be translated.
Are there other settings?

Thanks

Link to comment
Share on other sites

I don't have access to the php.ini file. I tried it on localhost, with Wamp Server, setting the post_max_size to 100M and the memory_limit to -1 (unlimited) in php.ini, still the best result I got, was that the $_POST contained 1992 elements, instead of 2535.
I tried to set these values with ini_set, but still no luck.

Other suggestions? Are these values (100M and unlimited) too small?

Link to comment
Share on other sites

  • 5 years later...

Hi Kicsihun

 

Did you ever find a solution to this? I'm having the same problem. My host has tried modifying the server php settings, but still no luck.

 

I'm trying to copy a large table of data into a CMS page (6 columns x 500 rows) and each cell is 1 element, so I need to increase the $_POST array to 3000. But how to do this?

 

Can anyone help please?

Link to comment
Share on other sites

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...