Problem with Configuration

Hello,

then trying to configurate Piwik on my Windows 7 computer running PHP 5 and Apache 2 it says I either need MySQLi or PDO and what I optionaly need mbstring. But I have all these extensions installed and enabled in my php.ini file, and I have restarted Apache afterwards so what is the problem?

Jan

Create a script on your server and load it from your browser. You can use phpinfo(), or this snippet to only show what extensions are loaded:


<?php
var_dump(get_loaded_extensions());