In a Drupal installation on SQL Server, the missing implementation of PDO::getAttribute() leads to a WSOD on the status report at /admin/reports/status due to the following error:
PDOException: SQLSTATE[IM001]: Driver does not support this function: driver does not support getting attributes in system_requirements() (line 195 of /www/drupal7/html/modules/system/system.install).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dblib-Implements_connection_attributes_support-2795889.patch | 996 bytes | encelado |
Comments
Comment #2
encelado commentedThis patch provides the support for the retrieval of database connection attributes.