JasonG Posted August 28, 2009 Share Posted August 28, 2009 Hi,Checking out PrestaShop for the first time, running Windows XP with working versions of Apache, PHP, and MySQL. My installation attempt has immediately hit a snag, with PrestaShop giving me the negative sign next to "MySQL support is on". MySQL is definitely installed correctly on this laptop, because I develop extensively every day on it.My php.ini file contains:extension=php_gd2.dllextension=php_mysql.dllextension=php_mysqli.dllextension=php_pdo_mysql.dllAny thoughts? I checked out the bug tracker, and found nothing regarding this problem.Jason Link to comment Share on other sites More sharing options...
JasonG Posted August 28, 2009 Author Share Posted August 28, 2009 Nevermind, I fixed it. After checking out the installation source code I see that PrestaShop is (to my surprise) using the old MySQL extension (php_mysql.dll instead of php_mysqli.dll). I had the line in my php.ini file but neglected to add the DLL. Once I added the DLL, everything worked fine.Jason Link to comment Share on other sites More sharing options...
pablob Posted March 2, 2011 Share Posted March 2, 2011 hello JSon, i have the same problem, during installation it regrets to see mysql. Also i have other applications that use mysql, what did you change in the source code?thank youPablo Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now