Hi,

Here are the repeated errors  on invoking the install.php.
I hope I am clear on reporting the issue.

---  repeats on post install.php also --
Warning: preg_match(): Compilation failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 2112 in truncate_utf8() (line 339 of /usr/share/drupal7/includes/unicode.inc).

Warning: preg_match(): Compilation failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 2113 in truncate_utf8() (line 339 of /usr/share/drupal7/includes/unicode.inc).

Notice: Array to string conversion in menu_link_save() (line 3155 of /usr/share/drupal7/includes/menu.inc). Notice: Array to string conversion in menu_link_save() (line 3155 of /usr/share/drupal7/includes/menu.inc).

Warning: Illegal string offset 'field' in DatabaseCondition->__clone() (line 1901 of /usr/share/drupal7/includes/database/query.inc).
----


Here is the possible fix (from 7.x-dev of 25 Apr, 2012) for /usr/share/drupal7/includes/database/query.inc

Replace line 1901 with the following (Only the diff between the two):

  if ($key !== '#conjunction' && $condition['field'] instanceOf
        QueryConditionInterface) {


Replace line 3155 with the following (Other diffs are present):
if (!$existing_item || (array_intersect_key($item, $existing_item) != $existing_item)) {


I am unable to find the relative diff in unicode.inc.


Reported issues on upstream:

http://drupal.org/node/1467776
http://drupal.org/node/1477646



On Wed, 25 Apr 2012, Luigi Gangitano wrote:

severity 670415 wishlist
thanks

Hi,

I'd prefer no to package a development version of drupal7, but I can surely add 
an upstream patch that fixes the issue until next stable version is released. 
Can you please point me to the right patch or better describe the issue so that 
I can find it?

Regards,

L

--
Luigi Gangitano -- <lu...@debian.org> -- <gangit...@lugroma3.org>
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972  C24A F19B A618 924C 0C26
GPG: 4096R/2BA97CED: 8D48 5A35 FF1E 6EB7 90E5  0F6D 0284 F20C 2BA9 7CED



regards,
ravi
--
http://www.imsc.res.in
========================================================================
B. Raveendra Reddy                     |  email: r...@imsc.res.in
The Institute of Mathematical Sciences |  phone: (91)44-2254 3222
Chennai 600 113                         |        (91)44-2448 7845 (Res)
India                                  |   fax : (91)44-2254 1586



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to