Closed (fixed)
Project:
Drupal driver for SQL Server and SQL Azure
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2011 at 12:21 UTC
Updated:
25 Mar 2013 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
mgiffordMight want to try looking here http://drupal.org/node/1292274#comment-5085412
Also, have you tried using http://drupal.org/project/transliteration
Comment #2
franc3sco commentedIs this still an issue or has it been resolved?
If it is resolved, how? I'm getting the same issue with SqlSrv.
Comment #3
chris.smith commentedSame issue here. Working to find resolution. Unfortunately transliteration doens't work on SQLSRV.
Comment #4
wellsys_world commentedHi, I've got the same problem.
Has anyone found a solution?
Thanks
Comment #5
diehard6996 commentedI had this issue for some months now (http://drupal.org/node/1540686) and finally solved it. Copying my solution below. It would be good if someone could turn this into a .patch for anyone using sqlsrv, or even implement it in some next version of Drupal 7.
You just have to add few lines of code at two specific drupal distribution files. This works for Drupal 7 for sure.
First the file modules\dblog\dblog.module, go to function dblog_watchdog(array $log_entry) and add the following lines right at the beginning (in Drupal 7.15 this is line 140):
Then at file includes\bootstrap.inc, function check_plain($text) which at Drupal 7.15 is at line 1571 add the following lines right at the beginning again:
Many credits to Robert Johnson at http://social.msdn.microsoft.com/Forums/en-US/sqldriverforphp/thread/6a1...
Comment #6
rob_johnston commentedHere's a patch that includes the changes from #5.
Comment #7
geigerg commentedComment #8
geigerg commentedTested against 7.x-1.2 - works so far.
Comment #9
damien tournoud commentedThis is a IIS issue. You will have to set a registry entry to fix it.
Please see http://support.microsoft.com/kb/2277918
Comment #10
rob_johnston commentedThat link only provides a hotfix for IIS 7.5 for Windows7/WIndows Server 2008 R2. I've got IIS6 running on Windows 2003 SP2, so a patch is required. Anybody got a way to do an if-else based on that?
Comment #11
geigerg commentedIs there a fix for win 2012 iis8
? Adding the key wont work.IIS 8 works fine - after Setting the correct values in registry. -> value1 -enter- value2
Comment #12
damien tournoud commentedI'm going to mark this as closed, as this is not actually an issue with the SQL Server driver.