You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently getting the following error message:
Undefined array key "cleverreach" in cleverreach/Classes/Powermail/Finisher/CleverReach.php line 70
System: TYPO3 v12
PHP: 8.1
cleverrReach: 12.0.0
When checking the Finisher, I noticed that the flexForm values cleverreachFormId and cleverreachGroupId are read, but the SingelSelect of cleverreach is not. Unfortunately, the individual options are not displayed here yet.
I then checked the cleverreach/Configuration/TsConfig/Page/powermail.tsconfig and saw that the SingleSelect items have not yet been adapted to the new requirements of the TCA.
Hello,
I am currently getting the following error message:
Undefined array key "cleverreach" in cleverreach/Classes/Powermail/Finisher/CleverReach.php line 70
System: TYPO3 v12
PHP: 8.1
cleverrReach: 12.0.0
When checking the Finisher, I noticed that the flexForm values cleverreachFormId and cleverreachGroupId are read, but the SingelSelect of cleverreach is not. Unfortunately, the individual options are not displayed here yet.
I then checked the cleverreach/Configuration/TsConfig/Page/powermail.tsconfig and saw that the SingleSelect items have not yet been adapted to the new requirements of the TCA.
[Line 16-29]
For everything to work, the would need to be adjusted as follows:
[Line 16-29]
Once this is changed, the extension works fine under TYPO3 v 12, so I would ask you to include this customization.
With kind regards
The text was updated successfully, but these errors were encountered: