Skip to content

Instantly share code, notes, and snippets.

@mcocciaTE
Created June 12, 2014 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcocciaTE/18609f6c9d0ad0764d05 to your computer and use it in GitHub Desktop.
Save mcocciaTE/18609f6c9d0ad0764d05 to your computer and use it in GitHub Desktop.
2014/06/12 09:49:23 [error] 4433#0: *45 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught exception 'Zend\View\Exception\RuntimeException' with message 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "error"; resolver could not resolve to a file' in /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend/View/Renderer/PhpRenderer.php:498
Stack trace:
#0 /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend/View/View.php(205): Zend\View\Renderer\PhpRenderer->render(Object(Zend\View\Model\ViewModel))
#1 /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend/View/View.php(233): Zend\View\View->render(Object(Zend\View\Model\ViewModel))
#2 /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend/View/View.php(198): Zend\View\View->renderChildren(Object(Zend\View\Model\ViewModel))
#3 /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend" while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /db-multi?queries=2 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9001", host: "localhost:8080"
tfb@tfbapp:~/FrameworkBenchmarks$ curl localhost:8080/json
{"message":"Hello, World!"}tfb@tfbapp:~/FrameworkBenchmarks$ curl localhost:8080/db-multi?queries=501
2014/06/12 09:50:19 [error] 4433#0: *47 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught exception 'Zend\View\Exception\RuntimeException' with message 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "error"; resolver could not resolve to a file' in /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend/View/Renderer/PhpRenderer.php:498
Stack trace:
#0 /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend/View/View.php(205): Zend\View\Renderer\PhpRenderer->render(Object(Zend\View\Model\ViewModel))
#1 /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend/View/View.php(233): Zend\View\View->render(Object(Zend\View\Model\ViewModel))
#2 /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend/View/View.php(198): Zend\View\View->renderChildren(Object(Zend\View\Model\ViewModel))
#3 /home/tfb/FrameworkBenchmarks/php-zend-framework/vendor/zendframework/zendframework/library/Zend" while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /db-multi?queries=501 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9001", host: "localhost:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment