View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016832 | phpList 3 application | Internationalization (l18n) | public | 05-08-13 21:10 | 13-02-19 12:38 |
Reporter | mspangenberg | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | 2.11.10 | ||||
Target Version | 3.0.3 | ||||
Summary | 0016832: Localisation failed due to missing folder in Include | ||||
Description | in the file "lists/index.php" the including of another language besides english fails, because the url for the include is missing the folder "texts". Because of that, the language file is searched for in "lists" and cannot be found. The lines 49-49: if (is_file($_SERVER['DOCUMENT_ROOT'].'/'.$GLOBALS["language_module"])) { include_once $_SERVER['DOCUMENT_ROOT'].'/'.$GLOBALS["language_module"]; } should be changed to: if (is_file($_SERVER['DOCUMENT_ROOT'].'/texts/'.$GLOBALS["language_module"])) { include_once $_SERVER['DOCUMENT_ROOT'].'/texts/'.$GLOBALS["language_module"]; } | ||||
Tags | No tags attached. | ||||