Re: Wrong i18n query

2008-09-30 Thread BrendonKoz
Without posting the CakePHP code you used to generate your query, there is little anyone can offer to help. Hopefully, however, you've gotten this straightened out by now. On Sep 24, 12:21 pm, davidhc [EMAIL PROTECTED] wrote: Hi at all! I'm using i18n and i'm trying to search results with a

Wrong i18n query

2008-09-24 Thread davidhc
Hi at all! I'm using i18n and i'm trying to search results with a form. But cakephp creates a wrong query. I get the error below: SQL Error: 1054: Unknown column 'Category.names' in 'where clause' The query is: SELECT `Category`.*, `I18n__name`.`content`, `Category`.`id` FROM `categorys` AS