Can some help a RC newbie to finding out what's wrong with the installer not looking out successfully for MySQL?
Thank you.
-------------------------------
OS: Windows
Web Server: IIS7.0
Mail Server: hMailServer (works OK with a current webmail program)
RoundCube: roundcubemail-0.2-alpha.1.tar.gz
PHP: v5.26 (C:\Program Files\PHP)
DB: MySQL (installed at C:\Program Files\hMailServer\MySQL)
Checking available databases
Check which of the supported extensions are installed. At least one of them is required.
MySQL: NOT AVAILABLE(Not installed)
MySQLi: NOT AVAILABLE(Not installed)
PostgreSQL: NOT AVAILABLE(Not installed)
SQLite (v2): NOT AVAILABLE(Not installed)
-------------------------------
Make sure that in the php.ini the mysql extension is enabled. I'm not sure if hMailServer uses mysql.
Thanks, mate! I realised the extension wasn't included when I installed PHP. Ran it again and checked the MySQL extension, rebooted (really have to reboot else problem won't go away!) and the installer shows 'OK' now on the extension.