The i18n patches don't work with 4.6.6 core! Users of multilingual sites have to patch the core files manual.

Comments

michaelangela’s picture

Using winmerge to check, it seems that the 4.6.5 and 4.6.6 versions fo taxonomy.module and bootstrap.inc are almost identical. In fact here are the differences for those two. It's a formatting difference in the date:

boostrap.inc
4.6.5
// $Id: bootstrap.inc,v 1.44.2.2 2005-11-30 10:05:16 dries Exp $
4.6.6
// $Id: bootstrap.inc,v 1.44.2.2 2005/11/30 10:05:16 dries Exp $

taxonomy.module
4.6.5
// $Id: taxonomy.module,v 1.192.2.7 2005-08-24 15:43:04 dries Exp $
4.6.6
// $Id: taxonomy.module,v 1.192.2.7 2005/08/24 15:43:04 dries Exp $

So for those two, it could be pretty straightfoward. Just use the patched versions that Jose originally distributed.

It looks like there are 11 differences in common.inc. I really need to get this to work so I will be digging into it. Hopefully I will have something to post soon.

--------------------
Michael
http://michaelangela.name

michaelangela’s picture

In a parallel discussion:

http://drupal.org/node/55656#comment-105293

nathandigriz posted a link to 4.6.6 patched files.

http://www.hiveminds.co.uk/drupal-4-6-patched-i18n-files

I will be testing those now.

edit...
working so far... so far so good...

--------------------
Michael
http://michaelangela.name