Hello,
I am trying to install piwik on my server running Debian 6.0 (Squeeze). I installed the PHP version 5.3.23-1~dotdeb.0 from the dotdeb repository in order to be able to use php5-fpm. I've installed succesfully nginx, php5-fpm and MySQL. Running the PHP test script on the server shows that I've also succesfully installed the mysql and mysqlnd extensions (from the package php5-mysql).
However, the problem is that when I'm trying to run piwik, it complains that I need to install the php5-mysqli or pdo-mysql extension. As far as I know, that's what I have already done. What should I do to convince piwik that this is indeed the case?
I am trying to install piwik on my server running Debian 6.0 (Squeeze). I installed the PHP version 5.3.23-1~dotdeb.0 from the dotdeb repository in order to be able to use php5-fpm. I've installed succesfully nginx, php5-fpm and MySQL. Running the PHP test script on the server shows that I've also succesfully installed the mysql and mysqlnd extensions (from the package php5-mysql).
However, the problem is that when I'm trying to run piwik, it complains that I need to install the php5-mysqli or pdo-mysql extension. As far as I know, that's what I have already done. What should I do to convince piwik that this is indeed the case?