简体   繁体   English

TYPO3 / 引导 package 更新向导中的故障

[英]TYPO3 / bootstrap package trouble in update wizard

I have a TYPO3 Error in the update wizard.我在更新向导中有一个 TYPO3 错误。 Seems to say that there is some trouble with the bootstrap package好像是说bootstrap package有些问题

Call to undefined method Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchOne() in../typo3conf/ext/bootstrap_package/Classes/Updates/AccordionMediaOrientUpdate.php line 99 ) ) ) ->execute();调用未定义的方法 Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchOne() in../typo3conf/ext/bootstrap_package/Classes/Updates/AccordionMediaOrientUpdate.php line 99 ) ) ) ->execute(); return (bool) $result->fetchOne(); return (bool) $result->fetchOne(); } }

TYPO3 10.4.32 / bootstrap package 12.4 TYPO3 10.4.32 / 引导 package 12.4

Some help would be great!一些帮助会很棒!

It seems that you are on an older Doctrine version, that does not know the fetchOne() method yet.看来您使用的是较旧的 Doctrine 版本,它还不知道 fetchOne() 方法。 Try to do a composer update to get the latest matching Doctrine for your TYPO3 installation.尝试进行作曲家更新以获得最新的匹配 Doctrine 用于您的 TYPO3 安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM