Add new comment

Hi,

I've manage to get drupal 8 to install however, I am having issues trying to enable wincache, more specifically enabling supercache which is a required dependency of wincachedrupal.

When the sqlsrv module (version 8.x-1.0-rc1) is manually enabled. I am get warnings regarding MSSQL Server Wincache integration and module in Status report. In order to enable the wincachedrupal module I have to first enable supercache and it is at this step that I am running in to issues.

As soon as I try to enable supercache I get the following error:

PDOException: SQLSTATE[HY010]: [Microsoft][ODBC Driver Manager] Function sequence error in C:\inetpub\wwwroot\drupal\drupal-8\core\modules\views\src\Plugin\views\display\DisplayPluginBase.php on line 192

Any subsequent page requests on the site will result with the error:

Uncaught PHP Exception PDOException: "SQLSTATE[HY010]: [Microsoft][ODBC Driver Manager] Function sequence error" at C:\inetpub\wwwroot\drupal\drupal-8\core\lib\Drupal\Core\Cache\DatabaseBackend.php line 95

Any idea what I may have done wrong?

Does the paid version of sqlsrv fix this issue?

Also, I'm a bit confused about whether it is necessary to enable the sqlsrv module in drupal 8. The site seem to work with or without it being specifically enabled. What is the difference?