FriendsOfTYPO3 / tt_address

Add address / contact datasets to your content management system.
GNU General Public License v2.0
38 stars 76 forks source link

Exception while insert new address record #515

Closed anderlk closed 7 months ago

anderlk commented 7 months ago

Bug Report

In tt_address Version 8.0.2 it is not possibe to insert address records. After clicking on the add new address button in Backend, the request is terminated with an exception:

Expected behavior/output (1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Trying to access array offset on value of type null in /var/www/vhosts/httpdocs ... /ext/tt_address/Classes/Hooks/Tca/Label.php line 34

Environment

Possible Solution

Additional context Downgrade tt_address extension to version 8.0.1 there is no error anymore.

Patta commented 7 months ago

duplicate of https://github.com/FriendsOfTYPO3/tt_address/issues/511 and resolved in master by https://github.com/FriendsOfTYPO3/tt_address/pull/512 https://github.com/FriendsOfTYPO3/tt_address/commit/6dc566119750fcedfef90f7a1129a2a811ca8d35 ?

anderlk commented 7 months ago

Thanks