I was missing to upload some files in staging environment, so I've got the following error.
Call to undefined method T3SBS\T3sbootstrap\Service\CompileService::clearCompilerCaches()
During debugging I found out that in case of an exception the method which does not exist is called:
|
$this->clearCompilerCaches(); |
I just commented the line out to see the exception of the real problem.