PDOException: SQLSTATE[42000]: [Microsoft][SQL Server Native Client 11.0][SQL Server]'MD5' is not a recognized built-in function name. en comment_notify_install() (línea 28 de D:\_Webs\www.prevencionintegral.com_php55\public\sites\all\modules\comment_notify\comment_notify.install).

CommentFileSizeAuthor
#2 database.inc_.patch730 bytesdavid_garcia
#2 install.inc_.patch910 bytesdavid_garcia
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

david_garcia’s picture

Title: MD5 function » Missing MD5 implementation
david_garcia’s picture

Status: Active » Needs review
FileSize
910 bytes
730 bytes

MD5 function used in Comment Notify Module.

1. On driver install take car of UDF creation following sample from: http://www.mikebevers.be/blog/2011/04/creating-a-md5-function-in-sql-ser...

2. Update database.inc to take care of prefixing for MD5 function calls

david_garcia’s picture

Status: Needs review » Closed (fixed)

Fixed in 7.x and 8.x