xperseguers / t3ext-image_autoresize

TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
https://extensions.typo3.org/extension/image_autoresize
GNU General Public License v3.0
16 stars 22 forks source link

Warnings after install #64

Closed prathers closed 9 months ago

prathers commented 2 years ago

I get three PHP Warnings after install, when running the configuration in EM:

Core: Error handler (BE): PHP Warning: Undefined array key "title" in /var/www/html/private/typo3/sysext/backend/Classes/Form/Container/FlexFormSectionContainer.php line 82

Core: Error handler (BE): PHP Warning: Undefined array key "title" in /var/www/html/private/typo3/sysext/backend/Classes/Form/Container/OuterWrapContainer.php line 71

Core: Error handler (BE): PHP Warning: Undefined property: Causal\ImageAutoresize\Controller\ConfigurationController::$retUrl in /var/www/html/private/typo3conf/ext/image_autoresize/Classes/Controller/ConfigurationController.php line 228

Env: DDEV, PHP v8.0, TYPO3 v11.6.10

xperseguers commented 1 year ago

Core: Error handler (BE): PHP Warning: Undefined array key "title" in /var/www/html/private/typo3/sysext/backend/Classes/Form/Container/FlexFormSectionContainer.php line 82

I can't reproduce. Tried with an existing config, or with the default one that comes right after a fresh install. I suspect the configuration you have is somehow broken and missing that key, is it possible?

Core: Error handler (BE): PHP Warning: Undefined array key "title" in /var/www/html/private/typo3/sysext/backend/Classes/Form/Container/OuterWrapContainer.php line 71

Can't reproduce either. I'm with TYPO3 v11.5.17 (btw you wrote you are using v11.6.10, but it doesn't exist, you must have thought v11.5.10). Possibly fixed in core in the mean time?

Core: Error handler (BE): PHP Warning: Undefined property: Causal\ImageAutoresize\Controller\ConfigurationController::$retUrl in /var/www/html/private/typo3conf/ext/image_autoresize/Classes/Controller/ConfigurationController.php line 228

This has been fixed in October 2021 with 02fe1d54