View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001479 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-11-14 01:00 | 2010-03-25 09:55 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001479: Multiple tabs shown in Admin | ||||
Description | In 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) | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Reminder sent to: marco_steinhaeuser Cant fix blindly withoud reproducing the problem, maybe you can get test account? |
|
php-info of affected system |
|
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']" ); |