View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001007 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-06-12 10:53 | 2009-06-16 09:23 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | high | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | no change required | ||
Product Version | 4.1.2 revision 18998 | ||||
Fixed in Version | 4.1.3 revision 19918 | ||||
Summary | 0001007: Admin area does not load | ||||
Description | On some servers, entering the admin area, the welcome message and two links appear, everything else is empty. http://www.oxid-esales.com/forum/showthread.php?t=575 http://www.oxid-esales.com/forum/showthread.php?p=8583 | ||||
Additional Information | The issue could be solved changing <?xml version="1.0" encoding="ISO-8859-15"?> to <?xml version="1.0" encoding="UTF-8"?> in /out/basic/src/gui/gui.xml | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Reminder sent to: marco_steinhaeuser This gui.xml has shema, and there is no encoding defined in it. Maybe adding encoding to head of gui.xsd <?xml version="1.0" encoding="ISO-8859-15" standalone="yes"?> will resolve this problem. |