aimeos / aimeos-typo3

TYPO3 e-commerce extension for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
https://aimeos.org/TYPO3
GNU General Public License v3.0
274 stars 738 forks source link

PHP 8.0 undefined array keys #179

Closed guelzow closed 2 years ago

guelzow commented 2 years ago

Hi everyone.

When using PHP 8.0 with TYPO3 11.5, there are some issues with warnings about undefined array keys.

For example: https://github.com/aimeos/aimeos-typo3/blob/21.10.2/ext_localconf.php#L342 https://github.com/aimeos/aimeos-typo3/blob/21.10.2/Classes/Controller/AbstractController.php#L196 https://github.com/aimeos/aimeos-typo3/blob/21.10.2/Resources/Private/Config/resource.php#L8 ff

Tobi

aimeos commented 2 years ago

Can you create a PR with additional checks?

guelzow commented 2 years ago

I'll see what I can do.

aimeos commented 2 years ago

Merged https://github.com/aimeos/aimeos-typo3/pull/180