PHORAX / formhandler

Fork of TYPO3 extension «Formhandler»
GNU General Public License v2.0
36 stars 54 forks source link

TYPO3 9.x: $GLOBALS['TSFE']->renderCharset not available anymore #36

Closed Caprico85 closed 3 years ago

Caprico85 commented 5 years ago

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.

7elix commented 5 years ago

Could you send a merge request removing the renderCharset checks?

SvenJuergens commented 5 years ago

@7elix maybe you can cherry-pick this https://github.com/SvenJuergens/formhandler/commit/ee4b834df728a7bfdb622831a95828a4df033092

7elix commented 3 years ago

Solved by 85a02f4ac73d3ac30274c9a23dfafa4fe0fb6114