intaro / pinboard

Realtime PHP monitoring system which aggregates and displays Pinba data.
http://intaro.github.io/pinboard/
MIT License
477 stars 90 forks source link

Mssing file_get_contents in init.php #105

Closed EXeduardo closed 9 years ago

EXeduardo commented 9 years ago

Hi!, I was unable to get configuration from paramaters.yml as is init.php, I had to add file_get_contents function when parsing to get it work, It could be an issue, congrats!.

$app['params'] = Symfony\Component\Yaml\Yaml::parse(file_get_contents(__DIR__.'/../config/parameters.yml'));

Koc commented 9 years ago

@EXeduardo have you run composer install first?