View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001758 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2010-04-12 10:33 | 2010-04-12 11:17 |
Reporter | vilma_liorensaityte | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.3.0 revision 26948 | ||||
Fixed in Version | 4.3.1 revision 27257 | ||||
Summary | 0001758: If mysqlnd driver is installed mark it as "green" | ||||
Description | If mysqlnd driver is installed it will be marked as "yellow" in systemrequirements. It is wrong. It should be marked as "green". | ||||
Additional Information | if (strpos($sClientVersion, 'mysqlnd') !== false) { // PHP 5.3 includes new mysqlnd extension $iModStat = 1; } change to: if (strpos($sClientVersion, 'mysqlnd') !== false) { // PHP 5.3 includes new mysqlnd extension $iModStat = 2; } | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.3 | ||||
Database Version | any | ||||
related to | 0002666 | resolved | Linas Kukulskis | Setup stops because of a pretended wrong PHP module for MySQL 5 |