开发者

roundcube mssql setup [closed]

开发者 https://www.devze.com 2023-01-17 06:37 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 9 years ago.

Improve this question

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 D开发者_C百科Bs?

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


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


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消