- 🇳🇿New Zealand quietone
This was fixed a few months after this report. In #2521852: Make it possible to use your own exception handler →
If something throws an exception during execution of $kernel->terminate()
, the following message is appended to the rendered page:
If you have just changed code (for example deployed a new module or moved an existing one) read http://drupal.org/documentation/rebuild
The terminate event fires after the page has been sent to the browser (including headers / HTTP status). It should not generate any additional output and even more important, the catch-clause cannot modify the HTTP status at this time anymore.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This was fixed a few months after this report. In #2521852: Make it possible to use your own exception handler →