Trying to setup B3+xlrstats. B3 install goes just fine, the plugin part of xlrstats is easy and had no problems importing the mysql file in phpmyadmin.
However when I go to
http://mywebsite.com/xlrstats/install after accepting the terms on first page and filling the mysql info on second I get a single error :
"You need to enable MySQL support"
all the rest is fine.
I assume it means my PHP setup is detected as not supporting mysql or something like that however it is/should.
in my PHP.ini :
extension=php_mysql.dll
and yes i got the dll at the proper place.
Is there anything I should check/test ?
My setup :
OS : windows 2003 server standard 64 bits
IIS 6 with fastcgi php support
the MySQL db is hosted remotely and I have root permissions.
any help apreciated