Installation issue

Hi

Using Nginx php 5.6 , installed but getting the below error

  • php does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.
    Please check the installation documentation :arrow_upper_right: (https://doc.owncloud.org/server/10.0/go.php?to=admin-php-fpm) for php configuration notes and the php configuration of your server, especially when using php-fpm.
  • Transactional file locking should be configured to use memory-based locking, not the default slow database-based locking. See the documentation :arrow_upper_right: (https://doc.owncloud.org/server/10.0/go.php?to=admin-transactional-locking) for more information.
  • We recommend to enable system cron as any other cron method has possible performance and reliability implications.

This content failed to load.

We feel that because our php-fpm settings are determined by server interface, and because those cannot be updated in php-fpm,

The settings the document indicates for php-fpm:
This in php56-php-fpm will be a problem:
;env[HOSTNAME] = $HOSTNAME
;env[PATH] = /usr/local/bin:/usr/bin:/bin
;env[TMP] = /tmp
;env[TMPDIR] = /tmp
;env[TEMP] = /tmp
Will never be permanent on our system. The reason for this is that anytime you go into MHM to update something, those settings will be overridden.

I've set all the PHP variables listed here:
https://doc.owncloud.org/server/10.0/admin_manual/installation/source_installation.html#configuration-notes-to-php-fpm

Also PHP variables were set these are the ones listed in the docs and in .htaccess

Any help would be appreciated.