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
7 stars 18 forks source link

Error when implementing Google Captcha #54

Closed agendartobias closed 2 years ago

agendartobias commented 2 years ago

Hey,

when i enable Google Captcha and i want to subscribe i get this error:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1470230766: Data too long for column 'retoken' at row 1 | TYPO3\CMS\Extbase\Persistence\Generic\Storage\Exception\SqlErrorException thrown in file /typo3_source/typo3_src-11.5.10/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php in line 93. Requested URL: https://devsite.dev/?tx_fpnewsletter_pi1%5Baction%5D=create&cHash=9df453270f9a7d1e82a713fe15e0a55c I am using TYPO3 11.5.10 and fp_newsletter 3.0.0

bihor commented 2 years ago

Well, I have mad the retoken column bigger in version 3.0.3 That should help, I guess.

agendartobias commented 2 years ago

It works. Tnx!