View Issue Details

IDProjectCategoryView StatusLast Update
0001007OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-06-16 09:23
Reportermarco_steinhaeuser Assigned To 
PriorityhighSeveritymajorReproducibilitysometimes
Status resolvedResolutionno change required 
Product Version4.1.2 revision 18998 
Fixed in Version4.1.3 revision 19918 
Summary0001007: Admin area does not load
DescriptionOn 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 InformationThe 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
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

rimvydas_paskevicius

2009-06-16 09:22

reporter   ~0001070

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.