我目前正在将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
ext_localconf.php.
由于Powermail没有任何错误,显然它必须对我的配置进行某些操作。
每当在FormController
的{{1}}中处理表单时,我都会使用其他扩展名来添加cronjob(DB中的入口)。
Powermail
我的扩展名:
ext_localconf.php
我不知道是什么问题。我删除了Powermail扩展名,将其重新激活,清除了所有现金(也使用安装工具:清除所有缓存),等等。
谢谢。
答案 0 :(得分:0)
我自己找到了解决方案。我的数据库中存储powermail
形式的表为空。我必须将表格添加到此表tx_powermail_domain_model_form
中。我已经在表格tx_powermail_domain_model_formS
中保存了表单记录,因此在TYPO3后端的特定模板的插件配置中找不到任何表单。
(页面->使用Powermailform选择模板->插件->主设置->选择Powermailform(为空)。
也许这对其他人有帮助!