b13 / trusted-url-params

TYPO3 Extension to ensure that only safe queryParams from TYPO3s Routing are added to generated links
GNU General Public License v2.0
8 stars 1 forks source link

Errors right after installation #8

Closed criwe closed 2 years ago

criwe commented 2 years ago

Hi!

I´ve tried to install the extension (i works fine in other installation), but now I get errors right after installation is done (only installtool ist usable after that):

FE:

Fri, 07 Jan 2022 12:04:15 +0100 [CRITICAL] request="bd0f82f39e986" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: Class 'B13\TrustedUrlParams\ContentObjectRenderer10' not found | Error thrown in file /typo3_src-10.4.21/typo3/sysext/core/Classes/Utility/GeneralUtility.php in line 3477. Requested URL: /domain.de/url/ - {"TYPO3_MODE":"FE","exception":{}}

BE:

Fri, 07 Jan 2022 12:04:24 +0100 [CRITICAL] request="b31141945a621" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: Class 'B13\TrustedUrlParams\ContentObjectRenderer10' not found | Error thrown in file typo3_src-10.4.21/typo3/sysext/core/Classes/Utility/GeneralUtility.php in line 3509. Requested URL: domain.de/typo3/index.php?route=%2Fajax%2Fsystem-information%2Frender&token=--AnonymizedToken--&skipSessionUpdate=1 - {"TYPO3_MODE":"BE","exception":{}}

Any ideas?

TYPO3 10.4.21 PHP 7.4

Thanks! Regards, Christoph

criwe commented 2 years ago

I´ve updatet to TYPO3 10.4.23, now everything works fine. Closed :-)