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

furamag’s picture

Tested 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.

unic’s picture

Configuration produced error:
- IIS 7.5 on Windows 7;
- MySQL 5.1.44;
- PHP 5.2.14 via FastCGI.

unic’s picture

Status: Active » Fixed

Found solution.
This is IIS 7.5 only issue. This hotfix solves it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.