View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002666 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2011-03-29 14:30 | 2012-05-23 15:20 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.8 revision 34028 | ||||
Fixed in Version | 4.5.7 revision 41909 | ||||
Summary | 0002666: Setup stops because of a pretended wrong PHP module for MySQL 5 | ||||
Description | Found in this forum (German): http://forum.bplaced.net/viewtopic.php?f=10&t=18501&p=329853 System health check shows a red button while checking for an appropriate PHP module for MySQL 5. The provider uses the most recent MySQL Native Driver that has no version number in his name. Read more about it: http://dev.mysql.com/downloads/connector/php-mysqlnd/ | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0001758 | resolved | vilma_liorensaityte | If mysqlnd driver is installed mark it as "green" |
|
Reminder sent to: marco_steinhaeuser To solve this bug I need more info: what was mysql version and what connector was used. I checked we are checking this native mysql driver - mysqlnd, so everything seems ok, maybe mysql version was wrong. |
|
need more info. when info comes reopen the bug. |
|
Hi Linas, sorry - I will miss every reminder. Best to ping me by Skype in this cases. Have some more information here. In this thread, the hoster's support explains that they use mysqlnd instead of libmysql which might provoke the unwanted behaviour. https://www.oxid-esales.com/forum/showthread.php?t=3397 Here, you'll find a phpinfo: phpinfo.bplaced.net Hope, you'll find enough :-) |
|
moved extension check from versions check version part to extension check part |
|
From the forums I heard that it now, after the fix, doesn't work in other environments, e.g. on the present XAMPP version: http://www.oxid-esales.com/forum/showthread.php?t=12729&page=2#post77784 Couldn't reproduce it on PHP Version 5.3.6-13ubuntu3.3 Server: Localhost via UNIX socket Server version: 5.1.58-1ubuntu1, same PHP client version |
|
removed bad fix. after some more investigation it seems that problem is with hosting provider. our system health check on mysql native driver expects that function mysql_get_client_info() returns ".. mysqlnd ...", but in phpinfo.bplaced.net phpinfo shows "MySql native drive" its seems unusual. so if we can check what is returned on mysql_get_client_info() call on bplaced.net server it would help us. please reopen this bug when this information is known. |