Avui he estat instal·lat un Owncloud a una Raspberry Pi 2, i des de la part d'administració veia l'error: The test with getenv("PATH") only returns an empty response..
Per a solventar-ho, editarem el fitxer /etc/php5/fpm/pool.d/www.conf, descomentem la línea que diu:
"env[PATH] = /usr/local/bin:/usr/bin:/bin"
I reiniciem el PHP amb:
root@raspberrypi:# /etc/init.d/php5-fpm reload
[ ok ] Reloading php5-fpm configuration (via systemctl): php5-fpm.service.