Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Catch TS generation error in logging service
When a blog post can't be found, the extension will add a log entry for this incident. The logging service will try to get TS configuration which will fail in some circumstances like missing blog post slug (e.g. /blog/article/2000/12/30/). Following error is thrown: Uncaught TYPO3 Exception: Call to a member function getSetupArray() on null Error thrown in file vendor/typo3/cms-extbase/Classes/Configuration/FrontendConfigurationManager.php in line 202
- Loading branch information