netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

compressed images not being created after update (10.1 ⇒ 11.0) #199

Closed dontWatchMeCode closed 1 year ago

dontWatchMeCode commented 2 years ago

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.

Screenshot from 2022-11-25 16-57-35

Screenshot from 2022-11-25 17-03-59

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.

dontWatchMeCode commented 2 years ago

just tried branches:

same problem

KotteBW commented 1 year ago

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');

cgpro commented 1 year ago

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?

prdt3e commented 1 year ago

Maybe we should think about a task in the scheduler as a CLI task. The problem also occurs when the processed folder is deleted.

prdt3e commented 1 year ago

@CybotTM enhancement?

ToGetATockenOnly commented 9 months ago

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

CybotTM commented 8 months ago

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.