在不知情地更改配置或模板的情况下,我无法在新闻文章的详细视图中输出内容元素。
1/1) #1253191023 TYPO3Fluid\Fluid\Core\ViewHelper\Exception
TypoScript object path "lib.tx_news.contentElementRendering" does not exist
我有这样的配置:
typo3conf/ext/news/Configuration/TypoScript/setup.txt
# Rendering of content elements in detail view
lib.tx
我正在使用带有tx_news 7.0.8的TYPO3 8.7.22。当打开任何新闻的详细信息视图时,我得到以下错误: #1476107295: PHP Warning: explode() expects parameter 2 to be string, array given in /Volumes/web/src/typo3_src-8.7.22/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 1302 (More information)
TYPO3\CMS\Core\Error\Exception thrown
我试图从一个typoscript文件中调用TYPO3 9.5.9中的自定义viewhelper。但它不起作用。下面给出了viewhelper的一个示例:
<?php
namespace MyVendor\BlogExample\ViewHelpers;
use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic;
use TYPO3Fluid\Fluid\Core\ViewHelper\
我目前正在将我的Typo3 6.x迁移到8.7。我知道这里有很多类似的问题,但我已经试过了所有的问题,每一个提出的解决方案。对于我的问题:当我访问一个具有powermail表单的页面时,我会得到以下错误:
The default controller for extension "Powermail" and plugin "Pi1" can not be
determined. Please check for
TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your
ex