Project

General

Profile

Actions

Bug #93299

closed

TYPO3\CMS\Extbase\Service\ImageService::getImageUri not work correct in backend environment

Added by Attila Glück over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-01-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
10.4.11
Complexity:
Is Regression:
Sprint Focus:

Description

After update to 10.4.11 in backend environment ImageService::getImageUri does not return the correct frontend uri /fileadmin... instead i see like this: /typo3/index.php?route=%2Fimage%2Fprocess&token=6d8f62ca1fda476ab7ad6b664ac1394cadd6d73a&id=19836

Actions #1

Updated by Attila Glück over 3 years ago

I mean with correct frondend uri /_processed_/...

Actions #2

Updated by Helmut Hummel over 3 years ago

That is actually expected behavior.

Can you describe your use case?

Actions #3

Updated by Attila Glück over 3 years ago

I use EXT:external_import and during the import process in BE, i create images for frontend using. Can i somehow become the frontend url too? Thanks for your time Helmut!

Actions #4

Updated by Attila Glück over 3 years ago

Ok, it is probably better to generate from the template by the first time. You can close the issue, thank you ;)

Actions #5

Updated by Georg Ringer about 3 years ago

  • Status changed from New to Closed

closed as requested

it can also be disabled by using

$context = GeneralUtility::makeInstance(Context::class);
$context->setAspect('fileProcessing', new FileProcessingAspect(false));

Actions #6

Updated by Attila Glück about 3 years ago

Thank you Georg! It's works fine!

Actions

Also available in: Atom PDF