Project

General

Profile

Actions

Bug #93388

closed

rsaauth: Undefined class constant 'SIGNAL_getPageRenderer'

Added by Kurt Gusbeth about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Security
Target version:
-
Start date:
2021-01-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
rsa
Complexity:
Is Regression:
Sprint Focus:

Description

I can not install the extension rsaauth 10.0.1 in TYPO3 10.4.12. Who can fix it?
I get this error message:

Error

Undefined class constant 'SIGNAL_getPageRenderer'
in /www/typo3conf/ext/rsaauth/ext_localconf.php line 34

$GLOBALS['TYPO3_CONF_VARS']['FE']['eID_include']['RsaPublicKeyGenerationController'] = \TYPO3\CMS\Rsaauth\Controller\RsaPublicKeyGenerationController::class . '::processRequest';

\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\SignalSlot\Dispatcher::class)->connect(
\TYPO3\CMS\Backend\LoginProvider\UsernamePasswordLoginProvider::class,
\TYPO3\CMS\Backend\LoginProvider\UsernamePasswordLoginProvider::SIGNAL_getPageRenderer,
\TYPO3\CMS\Rsaauth\Slot\UsernamePasswordProviderSlot::class,
'getPageRenderer'
);

Actions

Also available in: Atom PDF