Installing roundcube webmail: I have the DB set up (win serv 2008, MS SQL 2008 - though even that was a battle!) i can navigate to the installer but when I go to set up everything there is no SQL Server option in the list of DBs?

Anyone got any idea what thats all about? I can see MySql, MySqli and PgSql but no MSSQL

cheers

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Make sure you've activated the MSSQL extension in your php.ini. I don't know this script, but often installers first detect which database extensions are available and let you only use these.

So find your php.ini and search it for something like this:

extension=msql.dll

If you can't find the line, add it to the file (maybe restart your webserver) and try again.

link|improve this answer
yeah - i have that - do i need to download the dll or something? i've even restarted the server - nothign... – iwayneo Sep 24 '10 at 17:18
I think it's part of the default package, so if PHP doesn't complain about it, it's probably there. Maybe check phpinfo() too, to see if it's really loaded. Haven't got any other ideas, sorry. – svens Sep 24 '10 at 17:20
The MSSQL extension isn't loaded. Make sure there's no ; in front of the line mentioned in the answer (just to be sure :). I never installed PHP on Win, but on Linux there are seperate php.inis for CGI and CLI mode, are you sure you've picked the right one? – svens Sep 24 '10 at 17:31
def no semicolon and there seems to be only one .ini? hectic central :) – iwayneo Sep 24 '10 at 17:34
show 1 more comment
feedback

It's because Roundcube Installer doesn't detect MSSQL, but you can install/run it without Installer.

link|improve this answer
I've changed the DB to now use MySql but it's still not working!! aarrgghh!! – iwayneo Sep 27 '10 at 8:47
alec, some details would really be helpfull... what should we use for the $rcmail_config['db_dsnw']? if I have a named instance, how do I put the instance name in there? – ra00l Apr 5 at 20:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.