From 339ef218aba64340364497fd3cff7a838b06bdb4 Mon Sep 17 00:00:00 2001 From: Holger Woltersdorf Date: Tue, 13 Jun 2017 22:22:56 +0200 Subject: [PATCH] Adds trouble shooting section in documentation --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 9b215e4..7a41b4b 100644 --- a/README.md +++ b/README.md @@ -613,6 +613,33 @@ echo $response->getDuration(); # e.g. 0.0016319751739502 --- +## Trouble shooting + +### "File not found." response + +If you're facing a `File not found.` response after issuing a request to PHP-FPM, please make sure +the given path to the script you want to call is an absolute path / realpath. + +### Doesn't work + +```php +