Issue with session / permissions after install

Hi folks,

Installed on a fresh instance with NGINX and PHP 5.6, had a few teething issues with php-fpm but those all seem to be solved now, Grav is serving but erroring:

Unknown: open(/tmp/php/sess_8kbic312tki6gi5nigpdbk4mm0, O_RDWR) failed: Permission denied (13)

Everything is running under nginx user for now, and /tmp/php is set to nginx:nginx 664.

Thoughts?

Thanks,

Rob.

Seems to be a problem with your PHP setup, specifically related to sessions:

https://www.google.com/#q=Unknown:+open(%2Ftmp%2Fphp%2Fsess%2C+ORDWR)+failed:+Permission+denied+(13) <- more google links

FIxed - thanks.