我正在将 Typo3 中的网站从 Debian Wheezy 中包含的版本(即版本 4.5.19)升级到 LTS 版本 6.2.12。我已经完成了大部分过程,后端已经可以正常工作,但在前端我只收到一条错误消息,目前不知道如何修复它。消息是:
PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Extbase\Persistence\Repository::__construct() must implement interface TYPO3\CMS\Extbase\Object\ObjectManagerInterface, none given, called in /usr/share/typo3/typo3-6.2/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4432 and defined in /usr/share/typo3/typo3-6.2/typo3/sysext/extbase/Classes/Persistence/Repository.php line 75
More information regarding this error might be available online.
链接引导我这里,但这真的没什么帮助。有人能提供一下要检查/更改什么的想法吗?
答案1
好的,经过几次尝试,我找到了原因。我查看了扩展管理器并停用了扩展,结果发现一个自编程扩展产生了这个错误。我们仍在调查此事,但一般建议是停用扩展并重试,直到找到问题根源。