View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000693 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-03-11 11:47 | 2009-03-13 13:40 |
| Reporter | andreas_ziethen | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 4.0.1.0 revision 15990 | ||||
| Summary | 0000693: admin tpl start.tpl is missing in update patch EE 4.0.0.2 -> 4.0.1.0 | ||||
| Description | The update patch from EE 4.0.0.2 to EE 4.0.1.0 is missing an admin template file: headitem.tpl. This causes major problems in admin area because no tab works after update. Reason: there's a new javascript function called in the othter templates, which is defined in start.tpl: forceReloadingEditFrame(). | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
|
|
Reminder sent to: andreas_ziethen Hi, I compared the start.tpl and headitem.tpl files in the versions 4.0.0.2_14842, 4.0.0.2_14967, 4.0.1.0_15990. In all these versions the files start.tpl and headitem.tpl are identical - no changes are done in these files during these releases. So these files are not included in the Update patch EE 4.0.0.2 -> 4.0.1.0. The function forceReloadingEditFrame() was introduced in start.tpl since the version 4.0.0.0_14260. If this function is missing in the shop, means some update between different eShop 4 versions was skiped (probably update from 4.0.0.0_13895/4.0.0.0_13934 -> 4.0.0.1). Best regards, |
|
|
Update package is correct. Seems that some update was skipped in shop. |