Hi all -
I am attempting to run AtoM v2.4.0 on CentOS (in a Vagrant VM at the moment). The application installs fine and loads correctly in the browser. However, when I attempt to upload an EAD 2002 XML file via the web UI, I receive the following error message:
Error encountered
Unable to complete file import. File 1100.xml could not be moved to /usr/share/nginx/atom/uploads/tmp
* The file imports correctly from the command line interface using the `import:bulk` task
* I've attempted many permutations of permissions settings, including 777 for both the `uploads` and `uploads/tmp` directories
* The nginx user can write to the directory (`touch` a new file)
* The worker process (and others) are running as the nginx user
* The nginx log indicates that "a client request body is buffered to a temporary file"
I've searched this group and the web at large in vain, so I'm hoping someone might have seen this error before or have some idea of what to investigate next.
Thanks,
Paul