View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001859 | OXID eShop (all versions) | 1.04. Content, static (register, contact etc.) pages | public | 2010-05-27 18:35 | 2010-06-15 15:38 |
Reporter | MBa | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.4.0 revision 28699 | ||||
Summary | 0001859: Help-texts makes problems with utf-8 | ||||
Description | When you install with utf8 and wanna see the 'default' help text in german /help/0/default.inc.tpl you get a white page. | ||||
Additional Information | I think its a problem of utf8. If I change in this file Dieser Standard-Hilfetext erscheint immer dann, wenn es keine spezielle Hilfe gibt. Sie können den Text in der Datei /help/0/default.inc.tpl anpassen. to Dieser Standard-Hilfetext erscheint immer dann, wenn es keine spezielle Hilfe gibt. Sie können den Text in der Datei /help/0/default.inc.tpl anpassen. ö => & ouml; there is no problem. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
wtf the bugtracker dont display entities. ö => & ouml; |
|
looks like there is one more problem with help page in Utf-8. in utf-8 and international localization, for EN language DE help text is displayed (check atttached img) |
|
Advanced users should change help files encoding (from ISO to UTF or any other) manually in case they decided to use non standard encoding in shop. But.. These "help templates" are outdated, so general fix for this problem is to move help pages to CMS/database where all encoding tasks are done automatically when setting up shop. So by fixing this bug i will: - move standard help pages to CMS/oxcontent table; - will leave old "help templates" support, but will mark this functionality as deprecated. |