Hi, the file Loader.php at line 340 shows an error in nginx/HHVM because "apache_getenv" doesn't exist. The problem is solved with: if (function_exists('apache_setenv') && **function_exists('apache_getenv')** && apache_getenv($name)) { ....