2FA Login Broken
Trying to log in with an account with 2FA enabled redirects back to the login page instead of bringing up the TOTP code prompt. The data set in the session to indicate that the MFA/TFA process and for which user it is started for is not present after the redirect to /?mfa=1.
Tested clearing all sessions from Redis and the browser cookies. No effect. Possibly an issue since the recent Symfony work.
I just tried to activate the 2FA on the glpi user on the main branch and it works as expected.
Do you have any error in logs or in the javascript console?
I always have the console open and don't remember seeing any. Will check later.
I was testing with a user from Active Directory.
I confirm the issue is present on an LDAP account, but not an internal one. So, maybe not related to recent framework changes.
I'm still not able to identify the cause of the missing session data. The session ID after the /mfa=1 redirect seems to match the session ID in the cookies.
Hello, I'd like to add a little more information if it helps. On an imported LDAP account, on an account with a profile that enforces 2FA, I get a 500 error when logging in. When I log in, I'm redirected to the URL: /?mfa_setup=1 I get this: Oops! Something went wrong. The server returned a "500 Internal Server Error". Something is broken. Please let us know what you were doing when this error occurred. We'll fix it as soon as possible. Sorry for any inconvenience.
You can find the logs below.
Hopefully this helps:
[2025-08-14 16:19:53] glpi.CRITICAL: *** Uncaught PHP Exception Exception: "Serialization of 'LDAP\Connection' is not allowed" at [no active file] line 0 Backtrace : [no active file]:0
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: Cannot modify header information - headers already sent by (output started at ./vendor/symfony/http-foundation/Response.php:1315) at Html.php line 1951
Backtrace :
./src/Html.php:1951
: Html::nullHeader()
.../Application/View/Extension/PhpExtension.php:93 call_user_func_array()
...ates/fe/feb2c40942cdd2716c9e2748ebcef22e.php:45 Glpi\Application\View\Extension\PhpExtension->call()
./vendor/twig/twig/src/Template.php:402 __TwigTemplate_4a5ed6f3f7db058b4da0dedc8e2163b7->doDisplay()
./vendor/twig/twig/src/Template.php:358 Twig\Template->yield()
./vendor/twig/twig/src/Template.php:373 Twig\Template->display()
./vendor/twig/twig/src/TemplateWrapper.php:51 Twig\Template->render()
.../Glpi/Application/View/TemplateRenderer.php:168 Twig\TemplateWrapper->render()
./src/Glpi/Controller/AbstractController.php:68 Glpi\Application\View\TemplateRenderer->render()
./src/Glpi/Controller/ErrorController.php:177 Glpi\Controller\AbstractController->render()
./vendor/symfony/http-kernel/HttpKernel.php:181 Glpi\Controller\ErrorController->__invoke()
./vendor/symfony/http-kernel/HttpKernel.php:76 Symfony\Component\HttpKernel\HttpKernel->handleRaw()
...http-kernel/EventListener/ErrorListener.php:117 Symfony\Component\HttpKernel\HttpKernel->handle()
...ymfony/event-dispatcher/EventDispatcher.php:260 Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
./vendor/symfony/http-kernel/HttpKernel.php:239 Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
./vendor/symfony/http-kernel/HttpKernel.php:132 Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
...rnel/EventListener/DebugHandlersListener.php:84 Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
...ndor/symfony/error-handler/ErrorHandler.php:538 Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener{closure}()
./src/Glpi/Error/ErrorHandler.php:227 Symfony\Component\ErrorHandler\ErrorHandler->handleException()
: Glpi\Error\ErrorHandler->handleException()
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: Cannot modify header information - headers already sent by (output started at ./vendor/symfony/http-foundation/Response.php:1315) at Html.php line 2078
Backtrace :
./src/Html.php:2078
./src/Html.php:1954 Html::header_nocache()
: Html::nullHeader()
.../Application/View/Extension/PhpExtension.php:93 call_user_func_array()
...ates/fe/feb2c40942cdd2716c9e2748ebcef22e.php:45 Glpi\Application\View\Extension\PhpExtension->call()
./vendor/twig/twig/src/Template.php:402 __TwigTemplate_4a5ed6f3f7db058b4da0dedc8e2163b7->doDisplay()
./vendor/twig/twig/src/Template.php:358 Twig\Template->yield()
./vendor/twig/twig/src/Template.php:373 Twig\Template->display()
./vendor/twig/twig/src/TemplateWrapper.php:51 Twig\Template->render()
.../Glpi/Application/View/TemplateRenderer.php:168 Twig\TemplateWrapper->render()
./src/Glpi/Controller/AbstractController.php:68 Glpi\Application\View\TemplateRenderer->render()
./src/Glpi/Controller/ErrorController.php:177 Glpi\Controller\AbstractController->render()
./vendor/symfony/http-kernel/HttpKernel.php:181 Glpi\Controller\ErrorController->__invoke()
./vendor/symfony/http-kernel/HttpKernel.php:76 Symfony\Component\HttpKernel\HttpKernel->handleRaw()
...http-kernel/EventListener/ErrorListener.php:117 Symfony\Component\HttpKernel\HttpKernel->handle()
...ymfony/event-dispatcher/EventDispatcher.php:260 Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
./vendor/symfony/http-kernel/HttpKernel.php:239 Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
./vendor/symfony/http-kernel/HttpKernel.php:132 Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
...rnel/EventListener/DebugHandlersListener.php:84 Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
...ndor/symfony/error-handler/ErrorHandler.php:538 Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener{closure}()
./src/Glpi/Error/ErrorHandler.php:227 Symfony\Component\ErrorHandler\ErrorHandler->handleException()
: Glpi\Error\ErrorHandler->handleException()
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: Cannot modify header information - headers already sent by (output started at ./vendor/symfony/http-foundation/Response.php:1315) at Html.php line 2079
Backtrace :
./src/Html.php:2079
./src/Html.php:1954 Html::header_nocache()
: Html::nullHeader()
.../Application/View/Extension/PhpExtension.php:93 call_user_func_array()
...ates/fe/feb2c40942cdd2716c9e2748ebcef22e.php:45 Glpi\Application\View\Extension\PhpExtension->call()
./vendor/twig/twig/src/Template.php:402 __TwigTemplate_4a5ed6f3f7db058b4da0dedc8e2163b7->doDisplay()
./vendor/twig/twig/src/Template.php:358 Twig\Template->yield()
./vendor/twig/twig/src/Template.php:373 Twig\Template->display()
./vendor/twig/twig/src/TemplateWrapper.php:51 Twig\Template->render()
.../Glpi/Application/View/TemplateRenderer.php:168 Twig\TemplateWrapper->render()
./src/Glpi/Controller/AbstractController.php:68 Glpi\Application\View\TemplateRenderer->render()
./src/Glpi/Controller/ErrorController.php:177 Glpi\Controller\AbstractController->render()
./vendor/symfony/http-kernel/HttpKernel.php:181 Glpi\Controller\ErrorController->__invoke()
./vendor/symfony/http-kernel/HttpKernel.php:76 Symfony\Component\HttpKernel\HttpKernel->handleRaw()
...http-kernel/EventListener/ErrorListener.php:117 Symfony\Component\HttpKernel\HttpKernel->handle()
...ymfony/event-dispatcher/EventDispatcher.php:260 Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
./vendor/symfony/http-kernel/HttpKernel.php:239 Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
./vendor/symfony/http-kernel/HttpKernel.php:132 Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
...rnel/EventListener/DebugHandlersListener.php:84 Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
...ndor/symfony/error-handler/ErrorHandler.php:538 Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener{closure}()
./src/Glpi/Error/ErrorHandler.php:227 Symfony\Component\ErrorHandler\ErrorHandler->handleException()
: Glpi\Error\ErrorHandler->handleException()
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: Cannot modify header information - headers already sent by (output started at ./vendor/symfony/http-foundation/Response.php:1315) at Html.php line 1046
Backtrace :
./src/Html.php:1046
./src/Html.php:1956 Html::includeHeader()
: Html::nullHeader()
.../Application/View/Extension/PhpExtension.php:93 call_user_func_array()
...ates/fe/feb2c40942cdd2716c9e2748ebcef22e.php:45 Glpi\Application\View\Extension\PhpExtension->call()
./vendor/twig/twig/src/Template.php:402 __TwigTemplate_4a5ed6f3f7db058b4da0dedc8e2163b7->doDisplay()
./vendor/twig/twig/src/Template.php:358 Twig\Template->yield()
./vendor/twig/twig/src/Template.php:373 Twig\Template->display()
./vendor/twig/twig/src/TemplateWrapper.php:51 Twig\Template->render()
.../Glpi/Application/View/TemplateRenderer.php:168 Twig\TemplateWrapper->render()
./src/Glpi/Controller/AbstractController.php:68 Glpi\Application\View\TemplateRenderer->render()
./src/Glpi/Controller/ErrorController.php:177 Glpi\Controller\AbstractController->render()
./vendor/symfony/http-kernel/HttpKernel.php:181 Glpi\Controller\ErrorController->__invoke()
./vendor/symfony/http-kernel/HttpKernel.php:76 Symfony\Component\HttpKernel\HttpKernel->handleRaw()
...http-kernel/EventListener/ErrorListener.php:117 Symfony\Component\HttpKernel\HttpKernel->handle()
...ymfony/event-dispatcher/EventDispatcher.php:260 Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
./vendor/symfony/http-kernel/HttpKernel.php:239 Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
./vendor/symfony/http-kernel/HttpKernel.php:132 Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
...rnel/EventListener/DebugHandlersListener.php:84 Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
...ndor/symfony/error-handler/ErrorHandler.php:538 Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener{closure}()
./src/Glpi/Error/ErrorHandler.php:227 Symfony\Component\ErrorHandler\ErrorHandler->handleException()
: Glpi\Error\ErrorHandler->handleException()
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: Cannot modify header information - headers already sent by (output started at ./vendor/symfony/http-foundation/Response.php:1315) at Html.php line 1050
Backtrace :
./src/Html.php:1050
./src/Html.php:1956 Html::includeHeader()
: Html::nullHeader()
.../Application/View/Extension/PhpExtension.php:93 call_user_func_array()
...ates/fe/feb2c40942cdd2716c9e2748ebcef22e.php:45 Glpi\Application\View\Extension\PhpExtension->call()
./vendor/twig/twig/src/Template.php:402 __TwigTemplate_4a5ed6f3f7db058b4da0dedc8e2163b7->doDisplay()
./vendor/twig/twig/src/Template.php:358 Twig\Template->yield()
./vendor/twig/twig/src/Template.php:373 Twig\Template->display()
./vendor/twig/twig/src/TemplateWrapper.php:51 Twig\Template->render()
.../Glpi/Application/View/TemplateRenderer.php:168 Twig\TemplateWrapper->render()
./src/Glpi/Controller/AbstractController.php:68 Glpi\Application\View\TemplateRenderer->render()
./src/Glpi/Controller/ErrorController.php:177 Glpi\Controller\AbstractController->render()
./vendor/symfony/http-kernel/HttpKernel.php:181 Glpi\Controller\ErrorController->__invoke()
./vendor/symfony/http-kernel/HttpKernel.php:76 Symfony\Component\HttpKernel\HttpKernel->handleRaw()
...http-kernel/EventListener/ErrorListener.php:117 Symfony\Component\HttpKernel\HttpKernel->handle()
...ymfony/event-dispatcher/EventDispatcher.php:260 Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
./vendor/symfony/http-kernel/HttpKernel.php:239 Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
./vendor/symfony/http-kernel/HttpKernel.php:132 Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
...rnel/EventListener/DebugHandlersListener.php:84 Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
...ndor/symfony/error-handler/ErrorHandler.php:538 Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener{closure}()
./src/Glpi/Error/ErrorHandler.php:227 Symfony\Component\ErrorHandler\ErrorHandler->handleException()
: Glpi\Error\ErrorHandler->handleException()
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: Cannot modify header information - headers already sent by (output started at ./vendor/symfony/http-foundation/Response.php:1315) at Html.php line 2078
Backtrace :
./src/Html.php:2078
./src/Html.php:1054 Html::header_nocache()
./src/Html.php:1956 Html::includeHeader()
: Html::nullHeader()
.../Application/View/Extension/PhpExtension.php:93 call_user_func_array()
...ates/fe/feb2c40942cdd2716c9e2748ebcef22e.php:45 Glpi\Application\View\Extension\PhpExtension->call()
./vendor/twig/twig/src/Template.php:402 __TwigTemplate_4a5ed6f3f7db058b4da0dedc8e2163b7->doDisplay()
./vendor/twig/twig/src/Template.php:358 Twig\Template->yield()
./vendor/twig/twig/src/Template.php:373 Twig\Template->display()
./vendor/twig/twig/src/TemplateWrapper.php:51 Twig\Template->render()
.../Glpi/Application/View/TemplateRenderer.php:168 Twig\TemplateWrapper->render()
./src/Glpi/Controller/AbstractController.php:68 Glpi\Application\View\TemplateRenderer->render()
./src/Glpi/Controller/ErrorController.php:177 Glpi\Controller\AbstractController->render()
./vendor/symfony/http-kernel/HttpKernel.php:181 Glpi\Controller\ErrorController->__invoke()
./vendor/symfony/http-kernel/HttpKernel.php:76 Symfony\Component\HttpKernel\HttpKernel->handleRaw()
...http-kernel/EventListener/ErrorListener.php:117 Symfony\Component\HttpKernel\HttpKernel->handle()
...ymfony/event-dispatcher/EventDispatcher.php:260 Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
./vendor/symfony/http-kernel/HttpKernel.php:239 Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
./vendor/symfony/http-kernel/HttpKernel.php:132 Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
...rnel/EventListener/DebugHandlersListener.php:84 Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
...ndor/symfony/error-handler/ErrorHandler.php:538 Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener{closure}()
./src/Glpi/Error/ErrorHandler.php:227 Symfony\Component\ErrorHandler\ErrorHandler->handleException()
: Glpi\Error\ErrorHandler->handleException()
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: Cannot modify header information - headers already sent by (output started at ./vendor/symfony/http-foundation/Response.php:1315) at Html.php line 2079
Backtrace :
./src/Html.php:2079
./src/Html.php:1054 Html::header_nocache()
./src/Html.php:1956 Html::includeHeader()
: Html::nullHeader()
.../Application/View/Extension/PhpExtension.php:93 call_user_func_array()
...ates/fe/feb2c40942cdd2716c9e2748ebcef22e.php:45 Glpi\Application\View\Extension\PhpExtension->call()
./vendor/twig/twig/src/Template.php:402 __TwigTemplate_4a5ed6f3f7db058b4da0dedc8e2163b7->doDisplay()
./vendor/twig/twig/src/Template.php:358 Twig\Template->yield()
./vendor/twig/twig/src/Template.php:373 Twig\Template->display()
./vendor/twig/twig/src/TemplateWrapper.php:51 Twig\Template->render()
.../Glpi/Application/View/TemplateRenderer.php:168 Twig\TemplateWrapper->render()
./src/Glpi/Controller/AbstractController.php:68 Glpi\Application\View\TemplateRenderer->render()
./src/Glpi/Controller/ErrorController.php:177 Glpi\Controller\AbstractController->render()
./vendor/symfony/http-kernel/HttpKernel.php:181 Glpi\Controller\ErrorController->__invoke()
./vendor/symfony/http-kernel/HttpKernel.php:76 Symfony\Component\HttpKernel\HttpKernel->handleRaw()
...http-kernel/EventListener/ErrorListener.php:117 Symfony\Component\HttpKernel\HttpKernel->handle()
...ymfony/event-dispatcher/EventDispatcher.php:260 Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
./vendor/symfony/http-kernel/HttpKernel.php:239 Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
./vendor/symfony/http-kernel/HttpKernel.php:132 Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
...rnel/EventListener/DebugHandlersListener.php:84 Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
...ndor/symfony/error-handler/ErrorHandler.php:538 Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener{closure}()
./src/Glpi/Error/ErrorHandler.php:227 Symfony\Component\ErrorHandler\ErrorHandler->handleException()
: Glpi\Error\ErrorHandler->handleException()
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: session_start(): Unexpected end of serialized data at session.php line 500 Backtrace : ...odingmachine/safe/generated/8.3/session.php:500 ./src/Session.php:270 Safe\session_start() .../Listener/PostBootListener/SessionStart.php:100 Session::start() ...ymfony/event-dispatcher/EventDispatcher.php:260 Glpi\Kernel\Listener\PostBootListener\SessionStart->onPostBoot() ...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}() ...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners() ./src/Glpi/Kernel/Kernel.php:147 Symfony\Component\EventDispatcher\EventDispatcher->dispatch() ./vendor/symfony/http-kernel/Kernel.php:192 Glpi\Kernel\Kernel->boot() ./public/index.php:70 Symfony\Component\HttpKernel\Kernel->handle()
[2025-08-14 16:19:53] glpi.WARNING: *** Warning: session_start(): Failed to decode session object. Session has been destroyed at session.php line 500 Backtrace : ...odingmachine/safe/generated/8.3/session.php:500 ./src/Session.php:270 Safe\session_start() .../Listener/PostBootListener/SessionStart.php:100 Session::start() ...ymfony/event-dispatcher/EventDispatcher.php:260 Glpi\Kernel\Listener\PostBootListener\SessionStart->onPostBoot() ...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}() ...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners() ./src/Glpi/Kernel/Kernel.php:147 Symfony\Component\EventDispatcher\EventDispatcher->dispatch() ./vendor/symfony/http-kernel/Kernel.php:192 Glpi\Kernel\Kernel->boot() ./public/index.php:70 Symfony\Component\HttpKernel\Kernel->handle()
[2025-08-14 16:19:53] glpi.CRITICAL: *** Uncaught An error occurred Backtrace : ...afe/generated/Exceptions/SessionException.php:9 ...odingmachine/safe/generated/8.3/session.php:502 Safe\Exceptions\SessionException::createFromPhpError() ./src/Session.php:270 Safe\session_start() .../Listener/PostBootListener/SessionStart.php:100 Session::start() ...ymfony/event-dispatcher/EventDispatcher.php:260 Glpi\Kernel\Listener\PostBootListener\SessionStart->onPostBoot() ...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}() ...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners() ./src/Glpi/Kernel/Kernel.php:147 Symfony\Component\EventDispatcher\EventDispatcher->dispatch() ./vendor/symfony/http-kernel/Kernel.php:192 Glpi\Kernel\Kernel->boot() ./public/index.php:70 Symfony\Component\HttpKernel\Kernel->handle()
[2025-08-14 16:19:59] glpi.CRITICAL: *** Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getValue" of class "Glpi\DBAL\QuerySubQuery"." at DBmysqlIterator.php line 736
Backtrace :
./src/DBmysqlIterator.php:736
./src/DBmysqlIterator.php:570 DBmysqlIterator->analyseFkey()
./src/DBmysqlIterator.php:711 DBmysqlIterator->analyseCrit()
./src/DBmysqlIterator.php:294 DBmysqlIterator->analyseJoins()
./src/DBmysqlIterator.php:122 DBmysqlIterator->buildQuery()
./src/DBmysql.php:1050 DBmysqlIterator->execute()
./src/Ticket.php:4077 DBmysql->request()
./ajax/central.php:75 Ticket::showCentralList()
...Glpi/Controller/LegacyFileLoadController.php:63 require()
./vendor/symfony/http-kernel/HttpKernel.php:181 Glpi\Controller\LegacyFileLoadController->__invoke()
./vendor/symfony/http-kernel/HttpKernel.php:76 Symfony\Component\HttpKernel\HttpKernel->handleRaw()
./vendor/symfony/http-kernel/Kernel.php:197 Symfony\Component\HttpKernel\HttpKernel->handle()
./public/index.php:70 Symfony\Component\HttpKernel\Kernel->handle()
@Yann843 please write in English only
@cedric-anne Will this bug be fixed in the final version 11? Thank you.
@cedric-anne Will this bug be fixed in the final version 11? Thank you.
We are currently in a stabilisation phase and hope to have corrected the issues reported before the release of GLPI 11.0.