View Issue Details

IDProjectCategoryView StatusLast Update
0006460OXID eShop (all versions)2. ----- eShop backend (admin) -----public2024-03-21 15:10
Reporters.krenz Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version4.10.1 / 5.3.1 
Summary0006460: Broken link in backend navigation pane
DescriptionIf the option "Enable connection with the OXID servers" (under "Master Settings" --> "Core Settings" --> "Settings" Tab --> "Administration") is disabled, a new entry is shown in the backend navigation pane. The URL of this new link is broken and leads to a logout.
Steps To Reproduce1. Disable the "Enable connection with the OXID servers" setting.
2. Click on "Services Info" in the navigaton pane.
Additional InformationI investigated the problem and found out that a XML node is missing in the "dynscreen_local.xml" file. The "navigation tree builder" selects all "OXMENU" nodes with a "link" attribute, but the "OXMENU" node is missing in the XML file.

A simple solution is to add the OXMENU node from the menu.xml:
<?xml version="1.0" encoding="ISO-8859-15"?>
<OX>
    <OXMENU id="NAVIGATION_ESHOPADMIN">
        <MAINMENU id="mxservicearea">
            <SUBMENU id="mxdynscreenlocal" cl="dynscreen_local" expand="none"></SUBMENU>
        </MAINMENU>
    </OXMENU>
</OX>


Then it works in the correct way.
TagsNo tags attached.
ThemeOther
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

hendrikfreytag

2016-07-28 15:44

reporter   ~0011716

This is EE only. Link in German is "General Information".