You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our demo instance TYPO3 is spamming the log with following exception:
Uncaught TYPO3 Exception: Argument 2 passed to Kitodo\Dlf\Plugin\FullTextGenerator::getDocLocalPath() must be an instance of Kitodo\Dlf\Domain\Model\Document, null given, called in /var/www/typo3/public/typo3conf/ext/dlf/Classes/Controller/PageViewController.php on line 344
For some reason the $this->document object is null when we open documents. But the document still gets loaded. This behavior does not appear in local instances.
The text was updated successfully, but these errors were encountered:
On our demo instance TYPO3 is spamming the log with following exception:
Uncaught TYPO3 Exception: Argument 2 passed to Kitodo\Dlf\Plugin\FullTextGenerator::getDocLocalPath() must be an instance of Kitodo\Dlf\Domain\Model\Document, null given, called in /var/www/typo3/public/typo3conf/ext/dlf/Classes/Controller/PageViewController.php on line 344
For some reason the
$this->document
object is null when we open documents. But the document still gets loaded. This behavior does not appear in local instances.The text was updated successfully, but these errors were encountered: