簡體   English   中英

添加新項時,TYPO3 8.6中的TCA錯誤

[英]TCA error in TYPO3 8.6 while adding new items

當我想使用go_maps_ext在TYPO3 8.6中添加新記錄時,出現以下錯誤:

Argument 3 passed to 
TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::synchronizeTranslationItem() 
must be of the type integer, null given, called in 
.../typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php on line 195

可以在GitHub https://github.com/mhirdes/go_maps_ext/blob/master/Configuration/TCA/tx_gomapsext_domain_model_address.php上查看TCA定義

我是否要插入新的地圖或地址都沒關系。 有什么建議么? 非常感謝。

這是一個已知問題,請參閱問題跟蹤器中的https://forge.typo3.org/issues/79853 問題在於擴展名中語言的默認值是-1,表示“所有語言”。 如果將其更改為默認值,則至少可以正常工作

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM