View Issue Details

IDProjectCategoryView StatusLast Update
0006621Flow themeThemepublic2024-05-16 09:40
Reporterdominik_ziegler Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0006621: Exceptions in show for not logged in users results in crash
DescriptionBecause "account_menu.tpl" is included in the exception.tpl in the "message" folder, the shop crashes for all not logged in users when it should display this exception, because methods of $oxcmp_user, which are called in the mentioned template, are not available.
I don't know, why this template should be included there with the "downloads" section marked as the active menu entry.
TagsNo tags attached.

Activities

dominik_ziegler

2019-04-17 14:06

reporter   ~0012860

This problem exists in Wave theme, too.

SvenBrunk

2024-05-16 09:40

manager   ~0016889

This has been fixed in Apex. In Apex the account_menu.html.twig template doesn't get included in the error page anymore (source/Application/views/apex/tpl/message/err_404.html.twig)