View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003128 | OXID eShop (all versions) | 4.06. Language and translations | public | 2011-08-10 17:07 | 2011-08-10 17:14 |
Reporter | dainius.bigelis | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.1 revision 38045 | ||||
Target Version | 4.5.2 revision 38481 | Fixed in Version | 4.5.2 revision 38481 | ||
Summary | 0003128: Warnings because oxlang.php and texts are not shown in frontend | ||||
Description | On some systems it's not possible to check returned values from php glob function. Because that the errors occurs in the eshop, like: Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /www/htdocs/.../core/oxlang.php on line 688 ... and collecting language texts is stopped at that moment (so no texts are displayed in frontend). | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0003165 | closed | birute_meilutyte | language files aren't loaded on some servers |
|
There is a discussion about that in forums: http://www.oxid-esales.com/forum/showthread.php?t=10762 |
|
We implemented the workaround for that issue, with implemented additional check. If you experience such problem on your side - you may take the attached file and replace it on your eShop source code (oxlang.php in core/ dir). The fix will be published with next Patch. Please pay attention, that this workaround is working only with eShop 4.5.1. |
|
added additional checks if glob returns array |