Update the limit to 200 Mo :
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 :
http {
...
client_max_body_size 200M;
...
}
Verify that subdefinitions creation task is started in Admin module. 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