Skip to content

[BUGFIX] fetch the correct $_SESSION['ADM_SignonURL']

Updates AdminerController->main() to fetch the correct $_SESSION['ADM_SignonURL'] using TYPO3 core functions to prevent a 404 error in TYPO3 v12 when opening the Adminer backend module. The TYPO3 core functions assure that the EXT:t3adminer/Resources/Public/... extension path is correctly fetched so that it's working via the new _assets/<hash>/... symlink in TYPO3 v12.

Merge request reports

Loading