Permissions, uid and gid of sp-resources and forum-plugins dir seem to match wp-content:
wp-content: drwxr-xr-x 9 apache apache 139 Feb 9 01:11 wp-content
sp-resources: drwxr-xr-x 11 apache apache 4096 Feb 7 18:32 sp-resources
forum-plugins: drwxr-xr-x 3 apache apache 22 Feb 8 23:28 forum-plugins
The error message is saying it can’t delete the file from the upload directory, and I changed the permissions on the upload to allow group to write, and that didn’t work:
Permissions for uploads/2014/02 directory: drwxrw-r– 2 apache apache 133 Feb 9 01:11 02
Then I changed the permissions on the directory to be very lax (temporarily) and it still doesn’t work:
Permissions for uploads/2014/02 directory: drwxrw-rw- 2 apache apache 133 Feb 9 01:11 02
The very zip file it’s saying it can’t delete seems to have write permissions on it for everyone:
Latest (failed) uploaded file: -rw-rw-rw- 1 apache apache 117553 Feb 9 01:11 SP5-Importer4.zip
Am a bit baffled – why can’t wp delete the file it has write permissions on?