Skip to content

Instantly share code, notes, and snippets.

@oliver-montes
Created March 6, 2013 12:47
Show Gist options
  • Select an option

  • Save oliver-montes/5099073 to your computer and use it in GitHub Desktop.

Select an option

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...
##
## Tener en cuenta si teneis el suhosin pach o similar.
##
suhosin.post.max_vars = 3000
suhosin.request.max_vars = 3000
max_input_vars = 3000
@oliver-montes
Copy link
Author

ver hilo donde mas info sobre el error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment