Bug #94890
closedEXT:introduction installation: No soft reference parser found for "rtehtmlarea_images"
0%
Description
When installing the TYPO3 distribution package EXT:introduction in a fresh TYPO3 master, the import of the page tree breaks at
https://github.com/TYPO3/typo3/blob/master/typo3/sysext/impexp/Classes/Import.php#L868
with this exception:
OutOfRangeException No soft reference parser found for "rtehtmlarea_images". 1627899342 /var/www/html/public/typo3/sysext/core/Classes/DataHandling/SoftReference/SoftReferenceParserFactory.php 136
The installation worked fine yesterday, so any recent patch in TYPO3 Core or EXT:introduction / EXT:bootstrap_package could have cause this side-effect.
Updated by Alexander Nitsche over 3 years ago
Investigations by Nikita have revealed that the EXT:bootstrap_package configuration file
https://github.com/benjaminkott/bootstrap_package/blame/master/Configuration/TCA/Overrides/300_content_general_columns.php#L125
might be the problem as "rtehtmlarea_images" is not supported anymore since some time by TYPO3 and probably is more strict about it now.
Updated by Oliver Hader over 3 years ago
SoftReferenceParserFactory was introduced with https://review.typo3.org/c/Packages/TYPO3.CMS/+/70177
Updated by Oliver Hader over 3 years ago
- Related to Task #94687: Deprecate SoftReferenceIndex added
Updated by Lina Wolf over 3 years ago
after the images in the rtehtmlarea got removed I get the next error, this time for field "image"
Sat, 14 Aug 2021 16:45:04 +0000 [WARNING] request="54e2a4bf2609e" component="TYPO3.CMS.Impexp.Utility.ImportExportUtility": No soft reference parser found for "images".
Updated by Alexander Nitsche over 3 years ago
No soft reference parser found for "images".
Has been solved in the EXT:bootstrap_package patch https://github.com/benjaminkott/bootstrap_package/pull/1046.
Updated by Benni Mack about 3 years ago
- Target version changed from 11.4 to 11 LTS
Updated by Benni Mack about 3 years ago
- Target version changed from 11 LTS to Candidate for patchlevel
Updated by Nikita Hovratov about 3 years ago
- Related to Bug #95012: Non existing softref parser keys throw exceptions added