View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000784 | OXID eShop (all versions) | 4.06. Language and translations | public | 2009-04-08 16:28 | 2009-04-20 12:36 |
Reporter | philipp_grashoff | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.0 revision 17976 | ||||
Fixed in Version | 4.1.1 revision 18442 | ||||
Summary | 0000784: no charset defined in cust_lang.php | ||||
Description | In standard custom language files, no charset is defined in code. AFAIK lang files are ignored since 4.1.0 if no charset is defined in code. is in admin and frontend cust_lang.php files. | ||||
Additional Information | How it is: $aLang = array( ); How it should be: e.g. $aLang = array( 'charset' => 'ISO-8859-15', ); | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
has duplicate | 0000791 | closed | dainius.bigelis | cust_lang entries are not recognized for menu.xml id's in modules directory |