I have a weired series of errors when doing 404 search…

 preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: disallowed Unicode code point (&gt;= 0xd800 &amp;&amp; &lt;= 0xdfff) at offset 1816 in /var/home/www/drupal6/sites/all/modules/search404/search404.module on line 67.

array_udiff() [<a href='function.array-udiff'>function.array-udiff</a>]: Argument #1 is not an array in /var/home/www/drupal6/sites/all/modules/search404/search404.module on line 70.

Invalid argument supplied for foreach() in /var/home/www/drupal6/sites/all/modules/search404/search404.module on line 72.

implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /var/home/www/drupal6/sites/all/modules/search404/search404.module on line 76.

Comments

zyxware’s picture

Priority: Critical » Normal
Status: Needs work » Active

Thanks for reporting this issue. This is a core issue. Please see this #1446372: Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30. You will have to update to the latest version of D6 that comes with this patch or patch your core.

zyxware’s picture

Category: bug » support
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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