Closed Caprico85 closed 3 years ago
Could you send a merge request removing the renderCharset checks?
@7elix maybe you can cherry-pick this https://github.com/SvenJuergens/formhandler/commit/ee4b834df728a7bfdb622831a95828a4df033092
Solved by 85a02f4ac73d3ac30274c9a23dfafa4fe0fb6114
The option $GLOBALS['TSFE']->renderCharset was marked deprecated in TYPO3 8.0 (see change #73794) and completely removed in TYPO3 9.0 (see change #80700).
renderCharset is still used in some validators, for example Classes/Validator/ErrorCheck/MaxLength.php.