Denis Mir

Results 22 comments of Denis Mir

Thank you for the explanation. It would be great if these "special" devices could include the system ID. Otherwise you have to open each one of them to know who...

Why is it still not merged?

@bmack It is as you said `$GLOBALs['BE_USER']` is empty but `$backedUpBackendUser` is filled and ist seems to recover fine in the catch clause: I've added these `loggedIn` vars for debugging...

Ok we can now say that from the moment ``` $response = GeneralUtility::makeInstance(ErrorController::class)->pageNotFoundAction( $request, $message, ['code' => PageAccessFailureReasons::LANGUAGE_DEFAULT_NOT_AVAILABLE] ); ``` gets executed. (`TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->settingLanguage`) The user in the `backend.user` aspect of...

@dkd-kaehm I couldn't find the reason for the error. But I'm checking it now again on the `dev-11.5`.

@dkd-kaehm Trying this on 11.5.13 + `dev-release-11.5.x 6196913` still results in the same error. Pages without `l18n_cfg` set do work and the other ones don't. Removing the solr extension does...

@dkd-kaehm I'm setting up the ddev project right now. At the moment I'm a bit lost on why this happens. What I can also say is that `hidden = 1`...

@dkd-kaehm @bmack After a lot of testing I found out the source for the error. The reason for the error is the typo3 feature flag `subrequestPageErrors` being set to `true`....

Thanks for the workaround. An official update for this would be awesome.