Created
March 6, 2013 12:47
-
-
Save oliver-montes/5099073 to your computer and use it in GitHub Desktop.
PHP Warning: Unknown: Input variables exceeded 1000 y Magento para el limite formularios grandes, etc...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| ## Tener en cuenta si teneis el suhosin pach o similar. | |
| ## | |
| suhosin.post.max_vars = 3000 | |
| suhosin.request.max_vars = 3000 | |
| max_input_vars = 3000 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ver hilo donde mas info sobre el error