View Issue Details

IDProjectCategoryView StatusLast Update
0001479OXID eShop (all versions)2. ----- eShop backend (admin) -----public2010-03-25 09:55
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001479: Multiple tabs shown in Admin
DescriptionIn admin area, multiple tabs appear.

Gathered that from
http://www.oxid-esales.com/forum/showthread.php?t=2724 (English)
http://www.oxid-esales.com/forum/showthread.php?t=3138 (German, with workaround)

Obvious is: Both installations have installed PHP 5.2.10.
Requested the second phpinfo (for info on OS)
TagsNo tags attached.
Attached Files
phpinfo.pdf (155,327 bytes)
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-11-16 14:37

reporter   ~0002073

Reminder sent to: marco_steinhaeuser

Cant fix blindly withoud reproducing the problem, maybe you can get test account?

Thomas_Ringwald

2009-11-17 11:30

reporter   ~0002076

php-info of affected system

arvydas_vapsva

2009-11-20 14:48

reporter   ~0002112

Fix:

        $oNodeList = $oXPath->query( "//SUBMENU[@cl='$sId' or @list='$sId']/TAB | //SUBMENU/../TAB[@cl='$sId']" );

should be replaced by:

        $oNodeList = $oXPath->query( "//SUBMENU[@cl='$sId']/TAB | //SUBMENU[@list='$sId']/TAB | //SUBMENU/../TAB[@cl='$sId']" );