Roundcube Community Forum

 

Cleandb.sh for MS SQL Server

Started by eschaton, February 23, 2015, 01:19:08 AM

Previous topic - Next topic

eschaton

I'm running RC 1.1.0 with MS SQL Server.  Almost everything seems to be working fine.  The only problem is when I try to run cleandb.sh from a command line I get an error that says:

"ERROR: could not find driverError 500: No DB connection"

Is it expecting MySQL perhaps?  Is there something I need to do to make this work with MS SQL Server?

SKaero

Can't find driver would tend to indicate that PHP can't find the mssql PDO driver. Maybe your command line php and your web server PHP have different configurations.

eschaton

That was it. I had two versions of PHP installed and the PATH was pointing to the wrong one.  Thanks!