Closed (cannot reproduce)
Project:
Mollom
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2013 at 18:11 UTC
Updated:
23 Jan 2013 at 15:19 UTC
After I moved my Drupal-site to another server it throws hundreds of the same warning-message in the log.
Warning: preg_match() [function.preg-match]: Compilation failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 2112 i truncate_utf8() (.../includes/unicode.inc).
Comments
Comment #1
sunHm. I'm not able to reproduce that error.
I suspect that the contents of the PHP files got corrupted in the transfer process to your new server. I would recommend to check whether the files are still using a UTF-8 character set, without BOM, and in general, whether their contents are identical to your local/previous files before the transfer.
Comment #2
Krucial commentedThe errors has disappeared - don´t know why exactly, but now it seems like working as it should.
Comment #3
sunGlad to hear that!