No, the issue with the plugin still remains an issue.
Nevermind, saw what I did wrong and fixed the links above
I fixed it. It was in my nginx WP secure file:
# Block PHP files in uploads, content, and includes directory.
#location ~* /(?:uploads|files|wp-content|wp-includes)/.*\.php$ {
# deny all;
#}
After I commented them out, it worked fine.