Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Import custom GalleryProcessor instead of processor from fluid_… #634

Merged
merged 3 commits into from
Jul 26, 2023

Conversation

parallaxis-mcgoldrick
Copy link
Contributor

…styled_content

I get the following error in TYPO3 v12:

grafik

This has to do with fluid_styled_content now using identifiers for setting the DataProcessors inside the TypoScript configuration and not the full class name anymore.

The origin of this error seems to be that in your Services.php you register "headless-gallery" as an identifier for "TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor" and not for your custom DataProcessor "FriendsOfTYPO3\Headless\DataProcessing\GalleryProcessor" so the identifier is overridden and the DataProcessing of the regular images stops working.

…styled_content

I get the following error in TYPO3 v12:

#1427455378 UnexpectedValueException
Processor class or service name "gallery" does not exist!

This has to do with fluid_styled_content now using identifiers for setting the DataProcessors inside the TypoScript configuration and not the full class name anymore.

The origin of this error seems to be that in your Services.php you register "headless-gallery" as an identifier for "TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor" and not for your custom DataProcessor "FriendsOfTYPO3\Headless\DataProcessing\GalleryProcessor" so the identifier is overridden and the DataProcessing of the regular images stops working.
@coveralls
Copy link

coveralls commented Jul 25, 2023

Pull Request Test Coverage Report for Build 5666584125

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 62.11%

Totals Coverage Status
Change from base Build 5666563339: 0.0%
Covered Lines: 777
Relevant Lines: 1251

💛 - Coveralls

@lukaszuznanski
Copy link
Collaborator

@parallaxis-mcgoldrick could you check php-cs-fixer and fix your files based on those requirements?

@lukaszuznanski lukaszuznanski self-requested a review July 25, 2023 09:19
@lukaszuznanski lukaszuznanski added the bug Something isn't working label Jul 25, 2023
@lukaszuznanski lukaszuznanski merged commit 16c80eb into TYPO3-Headless:master Jul 26, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants