Ok, I figured it out.
There was something bugging me about the file size and only now I realised that nginx disregards php.ini values if you dont specify a larger value on vhost.
Just added “client_max_body_size 100M;” to my nginx default.conf (under server) and now it’s working.
Nothing to do with the plugin.
Thanks for the support tough 😉
I use my own dedicated server with nginx. No control panel. I guess I could debug nginx but last time I checked debugging in ngix had to be enabled when compiled.
What do you mean by server log?
In WP debug log nothing shows up.
My php.ini is set with:
max_execution_time=120
max_input_time=120
memory_limit=-1
upload_max_filesize=25M