Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2010 at 18:33 UTC
Updated:
3 Nov 2010 at 19:20 UTC
Using search and aliases with cyrillic symbols crashes Drupal.
http://localhost/drupal7/search/node/поиск for example.
Error
The website encountered an unexpected error. Please try again later.
- Warning: htmlspecialchars(): Invalid multibyte sequence in argument in check_plain() (line 1500 of C:\inetpub\wwwroot\drupal7\includes\bootstrap.inc).
- PDOException: in dblog_watchdog() (line 155 of C:\inetpub\wwwroot\drupal7\modules\dblog\dblog.module).
It could be related to check_plain throwing warnings issue.
Comments
Comment #1
furamag commentedTested search and aliases with Cyrillic symbols. I don't see any errors or warnings. Tested on Windows XP with WAMP (Apache 2.2.11, PHP 5.2.6). Drupal 7 Beta 1.
Comment #2
unic commentedConfiguration produced error:
- IIS 7.5 on Windows 7;
- MySQL 5.1.44;
- PHP 5.2.14 via FastCGI.
Comment #3
unic commentedFound solution.
This is IIS 7.5 only issue. This hotfix solves it.