Problem/Motivation

Pathauto has problems with preg_match (regexp library):
preg_match(): Compilation failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 2113 in pathauto/pathauto.inc on line 902.
The issue is similar to #1446372 (core) #1444006 (ctools)

Proposed resolution

Omit or replace the offending Unicode code range.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mtcs’s picture

FileSize
653 bytes

Status: Needs review » Needs work

The last submitted patch, 1: 2401873-unicode_0xd800.patch, failed testing.

jdanthinne’s picture

#1 works fine for me.

mtcs’s picture

The testbot does not like -p0 patches. Submitting a new version.

mtcs’s picture

Status: Needs work » Needs review
Dave Reid’s picture

Version: 6.x-2.0 » 6.x-2.x-dev
Status: Needs review » Fixed

This has already been applied to 6.x-2.x-dev from http://cgit.drupalcode.org/pathauto/commit/pathauto.inc?h=6.x-2.x&id=2ca...

Status: Fixed » Closed (fixed)

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