bihor / fp_newsletter

TYPO3 plugin for newsletter subscription and unsubscription. Used table: tt_address. A log is written.
https://extensions.typo3.org/extension/fp_newsletter/
GNU General Public License v3.0
6 stars 18 forks source link

TYPO3 v12: Exception on opening backend #101

Closed linawolf closed 2 months ago

linawolf commented 2 months ago

On opening the backend I get an exception in TYPO3 12.4.19:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: TYPO3\CMS\Backend\Utility\BackendUtility::wrapClickMenuOnIcon(): Argument #5 ($row) must be of type array, string given, called in /var/www/html/vendor/fixpunkt/fp-newsletter/Classes/Backend/EventListener/PreviewEventListener.php on line 159 | TypeError thrown in file /var/www/html/vendor/typo3/cms-backend/Classes/Utility/BackendUtility.php in line 2168. Requested URL: https://list.ddev.site/typo3/module/web/layout?token=--AnonymizedToken--&id=458

linawolf commented 2 months ago

Updating from ^5.0 to ^7.0 solved the issue