The error message does not provide a clear indication of the exact cause of the issue. The problem occurs when I use my provider extension in combination with the Mask extension.
Important Notes:
The same configuration worked without issues under TYPO3 10 and 11.
I have already optimized my extension with TYPO3 Rector for TYPO3 12.
Interestingly, the setup works when I use the Bootstrap Package instead, which suggests that the basic configuration itself is functioning properly.
Steps to Reproduce:
Install TYPO3 12.
Use my customized provider extension in combination with the Mask extension.
Create a page with an image stored in the fileadmin directory.
The error occurs when rendering the image.
Expected Behavior:
The image should render without errors in the frontend.
Additional Information:
TYPO3 Version: 12
PHP Version: 8.2
Extensions: Custom provider package in combination with Mask
Has anyone experienced a similar issue or has any ideas on how this problem can be resolved?
The error message does not provide a clear indication of the exact cause of the issue. The problem occurs when I use my provider extension in combination with the Mask extension.
Important Notes:
Steps to Reproduce:
fileadmin
directory.Expected Behavior: The image should render without errors in the frontend.
Additional Information:
Has anyone experienced a similar issue or has any ideas on how this problem can be resolved?
Thank you in advance for your support!