문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

Roundcube installer doesn't detect mssql!

Select with mysql option while you are install ms sql driver for php. there is a complete installation guide http://www.ifunky.net/Blog/post/How-To-Install-RoundCube-With-hMailServer-and-Windows-2008-IIS7.aspx

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top