Closed dontWatchMeCode closed 1 year ago
just tried branches:
same problem
We had the same Problem and did use a database update for the old images.
Maybe someone has time to write a small wizard.
UPDATE tx_news_domain_model_news SET bodytext = REPLACE(bodytext, 'src="fileadmin', 'src="/fileadmin');
Same problem here. If I open the content element with the CKEditor and wait a bit, the image is processed. Before that, the image is not available in the frontend (404). I don't even have to save the content element. It's really just enough to open it and wait a short while, to get the image within fileadmin/processed/...
Is there any possibility to "warm up" the required images?
Maybe we should think about a task in the scheduler as a CLI task. The problem also occurs when the processed folder is deleted.
@CybotTM enhancement?
A month later, this fix fell out of the code by changes for TYPO3v12 - https://github.com/netresearch/t3x-rte_ckeditor_image/commits/main/Classes/Database/RteImagesDbHook.php
Hi @ToGetATockenOnly ,
please be so kind to open a new issue if you find an issue and do not just add comments to closed ones. Thank You.
Hello,
we are currently having a problem with the creation of processed images, after an update from: t3: 10 ⇒ 11 php: 7.4 ⇒ 8.1
Calling the element on the frontend doesn't create a processed variant, opening it in the backend, going to edit + saving resolves the issue and the image is displayed normally. (doing this for all elements, sadly not really possible ~3k)
Image URL (processed) wearily stays the same (FE & BE) after the save.
I have tried:
note:
similar issues: https://github.com/netresearch/t3x-rte_ckeditor_image/issues/187 https://github.com/netresearch/t3x-rte_ckeditor_image/issues/180
versions:
Any help is much appreciated! Have a nice evening.