Closed hdietrich-timespin closed 3 months ago
Hi @hdietrich-timespin,
we change the ext_emconf.php and merge into master Branch (a372489), can you check if your problem is solved with this change ?
Yes, I did that same fix in my typo3 12 and it work!
Thanks for fix to @Gitsko
Proplem since Version: t3x-rte_ckeditor_image 12.0.1
I think the package name 'cms_rte_ckeditor' in https://github.com/netresearch/t3x-rte_ckeditor_image/blob/main/ext_emconf.php is wrong:
Typo3 12.4.17 throw an exception in Backend, that cms_rte_ckeditor is unknown!
'cms_rte_ckeditor' => '12.4.0-12.4.99',
This commit is the problem: https://github.com/netresearch/t3x-rte_ckeditor_image/commit/5cff197dc2ff81f8b45e69b22815f944b2cff3cb
Depend package name must be:
'rte_ckeditor' => '12.4.0-12.4.99',
Please fix it!