Exemple pour passer à une limite de 200Mo :
In php.ini :
upload-max-filesize = 200M
post_max_size = 200M
Do no forget to restart your configuration (Apache or PHP-Fpm)
If you’re using Nginx, you have to allow big requests :
In nginx.conf :
http {
...
client_max_body_size 200M;
...
}
Vérifiez que la tâche de création des sous-définitions est démarrée module Admin. Refer to the task manager documentation.
If there is no thumbnails (only titles), then the thumbnail folder is not correctly mount in the webserver.
Verify that the /web alias is mounted in virtualhost and that it points to the correct folder. Refer to the installation documentation.
Suhosin module can limit the number of paramaters of HTTP queries. You can try to raise the limit :
suhosin.post.max_vars = 12000 suhosin.request.max_vars = 12000
Suhosin module can limit the number of parameters of HTTP queries. You can try to raise the limit :
suhosin.post.max_vars = 12000 suhosin.request.max_vars = 12000
Just remove the following files
- config/config.yml
- config/connexions.yml
- config/services.yml