Problem in I18n table

2012-11-28 Thread jatin.bhatt
Hi. I have model I18n which stores turkish and english language content of different fileds. I have another model called CompetitionAwards which have title fields in turky and english language. The title field is stored in i18n table in both language perfectly. Now my problem is that when i

Problem initialising i18n table using UUID in cake console

2011-10-24 Thread André Fischer
I created a database that uses UUIDs exclusively for all id fields. When I use cake i18n to initialise the table in the database to make various models translatable, it creates an id fiend as INT instead of CHAR(36), which breaks the translation behaviour. Am I doing something wrong, or is this a

Re: Problem initialising i18n table using UUID in cake console

2011-10-24 Thread euromark
my guess: cake doesnt support uuids for those things on initialize but you could probably change the field manually to uuid afterwards then it should work again On 24 Okt., 09:59, André Fischer amfisc...@gmail.com wrote: I created a database that uses UUIDs exclusively for all id fields. When

Re: Problem initialising i18n table using UUID in cake console

2011-10-24 Thread André Fischer
Ah - if that works, that would be great. I'm new to Cake, and was leery of just diving in and doing things to the database behind Cake's back, as I've burnt myself in the past doing that to/with other Frameworks. :) Apart from that, I'm amazed how brilliant CakePHP2 is, and the more I dig in, the