当文本包含内部链接时前端编辑中断

Frontend-editing broken when text contains internal links

我们使用的是 TYPO3 8.7.19,扩展名为 frontend_editing(版本:1.4.0)和 CoolURI。我们还是用css_styled_content.

使用“前端编辑栏”在前端编辑内容元素时,例如text 我得到一个错误,但前提是它包含一个内部 link。 更改不会保存。它崩溃:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1460629247: No valid handlers found for type: unknown | TYPO3\CMS\Core\LinkHandling\Exception\UnknownLinkHandlerException thrown in file /usr/share/typo3/typo3_src-8.7.19/typo3/sysext/core/Classes/LinkHandling/LinkService.php in line 163. Requested URL: https://www.mysite.de/typo3/index.php?ajaxID=%2Fajax%2Ffrontend-editing%2Fprocess&ajaxToken=--AnonymizedToken--&page=123

TYPO3 8 有一个 bug report and a suggested solution für TYPO3 9.5.x and a solution。7.x

不幸的是,我不知道如何为我的系统实现该解决方案,原因

  1. 我们使用 coolURI,但没有使用所需的 realurl-xtension。
  2. 我不知道在哪里添加建议的代码

对我有什么提示吗?

solved frontend_editing 的作者已提出问题:

加入typo3conf/ext/frontend_editing/Configuration/TypoScript/setup.ts

# Prevent links from being parsed to FE url
lib.parseFunc_RTE.tags.a >