Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的一个项目中,我遇到了加载后端页面树的问题。它总是显示系统连接错误。此问题仅在工作区模式下发生。
我在工作区中有许多条目的安装中遇到了这个问题。我通过在typo3conf/extTables.php 中添加这一行来解决它
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/tree/pagetree/class.t3lib_tree_pagetree_dataprovider.php']['postProcessCollections'] = array();