Screwdriver Posted February 2, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 52 Reputation: 0 Joined: 01/05/13 Last Seen: July 1, 2016 Share Posted February 2, 2013 ERROR: Message: The PDO_MYSQL driver for the PDO extension must be installed to use Flux. Please consult the PHP manual for installation instructions. PHP.INI: ;extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pdo_sqlite_external.dll phpinfo(); enabled: sqlite, sqlite2 I'm not understanding my problem. I have it listed in the .INI, and the file is in the EXT folder. I have also restarted Apache many times. Could anyone give me some advice? ~Thank you Link to comment Share on other sites More sharing options...
Asura Posted February 2, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted February 2, 2013 Hi Screwdriver, You might install to install the development libraries; if you have CentOS/Scientific OS, you may use this command... yum install php-devel php-pear mysql-devel httpd-devel Then restart your Apache service with... service httpd restart Link to comment Share on other sites More sharing options...
Screwdriver Posted February 3, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 52 Reputation: 0 Joined: 01/05/13 Last Seen: July 1, 2016 Author Share Posted February 3, 2013 (edited) Hi Screwdriver, You might install to install the development libraries; if you have CentOS/Scientific OS, you may use this command... yum install php-devel php-pear mysql-devel httpd-devel Then restart your Apache service with... service httpd restart I don't believe I have CentOS Not sure if this is of any help, but I use xampp on Windows 7. This is inside the php-devel folder I had found.. It was in a rar file, so I extracted it. Does anyone know how I can fix my problem stated in the first post? Does anyone know how I can fix this? Edited February 2, 2013 by Screwdriver Link to comment Share on other sites More sharing options...
Screwdriver Posted February 4, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 52 Reputation: 0 Joined: 01/05/13 Last Seen: July 1, 2016 Author Share Posted February 4, 2013 (edited) Still not sure how I can fix this.. Is it because of the webhost, which my site/docs are located under? Edited February 4, 2013 by Screwdriver Link to comment Share on other sites More sharing options...
Rahul Khanna Posted February 4, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 01/01/13 Last Seen: March 29, 2017 Share Posted February 4, 2013 i suggest u installing wamp server from there you can enable pdo extension, i also got the same erro i installed wamp and finded the solution.. ;extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pdo_sqlite_external.dll remove all ; extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll extension=php_pdo_oci.dll extension=php_pdo_odbc.dll extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll extension=php_pdo_sqlite_external.dll Link to comment Share on other sites More sharing options...
Screwdriver Posted February 5, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 52 Reputation: 0 Joined: 01/05/13 Last Seen: July 1, 2016 Author Share Posted February 5, 2013 i suggest u installing wamp server from there you can enable pdo extension, i also got the same erro i installed wamp and finded the solution.. ;extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pdo_sqlite_external.dll remove all ; extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll extension=php_pdo_oci.dll extension=php_pdo_odbc.dll extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll extension=php_pdo_sqlite_external.dll What version of wamp do you have, because I've tried wamp too, but it doesn't work for me. I could be configuring it wrong though, I'm not very familiar with it. Thanks for writing back though If I go to myro.com/phpinfo.php.. I get this info. Would I be able to run the Pdo Extensions with this version? I'm not quite sure what I'm supposed to do here. Link to comment Share on other sites More sharing options...
Rahul Khanna Posted February 5, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 01/01/13 Last Seen: March 29, 2017 Share Posted February 5, 2013 i suggest u installing wamp server from there you can enable pdo extension, i also got the same erro i installed wamp and finded the solution.. ;extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pdo_sqlite_external.dll remove all ; extension=php_pdo_firebird.dll extension=php_pdo_mysql.dll extension=php_pdo_oci.dll extension=php_pdo_odbc.dll extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll extension=php_pdo_sqlite_external.dll What version of wamp do you have, because I've tried wamp too, but it doesn't work for me. I could be configuring it wrong though, I'm not very familiar with it. Thanks for writing back though If I go to myro.com/phpinfo.php.. I get this info. Would I be able to run the Pdo Extensions with this version? I'm not quite sure what I'm supposed to do here. when u start your wamp server you can see in system tray icon left click on it goto php>php extension and just tick the following pdo's u need... and did u changed in windows php.ini file too.... Link to comment Share on other sites More sharing options...
Question
Screwdriver
ERROR:
PHP.INI:
phpinfo();
I'm not understanding my problem. I have it listed in the .INI, and the file is in the EXT folder. I have also restarted Apache many times. Could anyone give me some advice?
~Thank you
Link to comment
Share on other sites
6 answers to this question
Recommended Posts