Skip to content

Instantly share code, notes, and snippets.

@glennpratt
Created May 28, 2013 21:06
Show Gist options
  • Save glennpratt/5666118 to your computer and use it in GitHub Desktop.
Save glennpratt/5666118 to your computer and use it in GitHub Desktop.
Error in Exception handler
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: Uncaught PHP Exception Drupal\\Core\\Database\\DatabaseExceptionWrapper: "Exception in Frontpage[frontpage]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'portlandsprint.node_field_revision' doesn't exist: SELECT data.*
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: FROM
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: {node_field_revision} data
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: WHERE (nid IN (:db_condition_placeholder_0)) AND (vid IN (:db_condition_placeholder_1_und))
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: ORDER BY data.nid ASC; Array
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: (
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: [:db_condition_placeholder_0] => 1
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: [:db_condition_placeholder_1_und] => 1
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: )
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: " at /Users/glenn.pratt/Code/portlandsprint/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php line 1515
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP Fatal error: Call to a member function getTrace() on a non-object in /Users/glenn.pratt/Code/portlandsprint/core/lib/Drupal/Core/Controller/ExceptionController.php on line 332
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP Stack trace:
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 1. {main}() /Users/glenn.pratt/Code/portlandsprint/index.php:0
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 2. drupal_handle_request() /Users/glenn.pratt/Code/portlandsprint/index.php:13
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 3. Symfony\\Component\\HttpKernel\\Kernel->handle() /Users/glenn.pratt/Code/portlandsprint/core/includes/bootstrap.inc:1919
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 4. Drupal\\Core\\HttpKernel->handle() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php:197
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 5. Symfony\\Component\\HttpKernel\\HttpKernel->handle() /Users/glenn.pratt/Code/portlandsprint/core/lib/Drupal/Core/HttpKernel.php:52
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 6. Symfony\\Component\\HttpKernel\\HttpKernel->handleException() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php:79
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 7. Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher->dispatch() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php:188
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 8. Symfony\\Component\\EventDispatcher\\EventDispatcher->dispatch() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:167
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 9. Symfony\\Component\\EventDispatcher\\EventDispatcher->doDispatch() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php:53
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 10. call_user_func() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php:164
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 11. Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener->onKernelException() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php:164
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 12. Drupal\\Core\\HttpKernel->handle() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:65
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 13. Symfony\\Component\\HttpKernel\\HttpKernel->handle() /Users/glenn.pratt/Code/portlandsprint/core/lib/Drupal/Core/HttpKernel.php:52
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 14. Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php:73
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 15. call_user_func_array() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php:129
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 16. Drupal\\Core\\Controller\\ExceptionController->execute() /Users/glenn.pratt/Code/portlandsprint/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php:129
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 17. Drupal\\Core\\Controller\\ExceptionController->on500Html() /Users/glenn.pratt/Code/portlandsprint/core/lib/Drupal/Core/Controller/ExceptionController.php:57
[Tue May 28 16:04:26 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP 18. Drupal\\Core\\Controller\\ExceptionController->decodeException() /Users/glenn.pratt/Code/portlandsprint/core/lib/Drupal/Core/Controller/ExceptionController.php:211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment