Issue using plugin with Nginx/Php-FPM but works with Apache/PHP
Posted: Mon Aug 22, 2016 12:31 pm
I'm using a Wordpress plugin called Ultimate Addons (https://codecanyon.net/item/ultimate-ad ... er/6892199). One of the pages within the plugin allows for uploads of icon files (.zip files). When using Nginx and PHP-FPM, the upload process just hangs. When using Apache and PHP, it's successful. I don't have any errors in php-fpm logs, nginx logs, or with WP_DEBUG. The upload process is dependent on a module ZipArchieve, which I can confirm is installed and working since it's required for another plugin which works fine and I've even got a web config page which reports it's installed and working.
I'm also very certain the issue is not permissions related. All files in my public_html dir are chown'ed to admin:admin (since I'm only using this one default user). I've also set all folder and file permissions to 775 and 664 respectively. I have SELinux turned off.
Operating system is Centos 7.
I'm not sure where else to go with this issue. Any help would be great.
btw, just for fun and for testing, I upgraded to PHP7 to see if the results would be different, but nope.
I'm also very certain the issue is not permissions related. All files in my public_html dir are chown'ed to admin:admin (since I'm only using this one default user). I've also set all folder and file permissions to 775 and 664 respectively. I have SELinux turned off.
Operating system is Centos 7.
I'm not sure where else to go with this issue. Any help would be great.
btw, just for fun and for testing, I upgraded to PHP7 to see if the results would be different, but nope.