[symfony-users] Re: cant find helper after project is frozen anddeployed

2007-06-28 Thread Frank Stelzer
You have an typing error in there. The helper is called I18NHelper, with capitalize N. Typing is case sensetive on unix machines, on windows machines not. So you could use the I18nHelper on your windows machine, but your linux server does not find this helper. - Frank > I did that as well. No

[symfony-users] Re: cant find helper after project is frozen anddeployed

2007-06-28 Thread Martin Groh
AARRGGHH!! That was it. I thought of that earlier but did only check for the uppercase 'I' not the 'N'... Sorry for bothering you with my blindness!! On 6/28/07, Frank Stelzer <[EMAIL PROTECTED]> wrote: > > > You have an typing error in there. > > The helper is called I18NHelper, with capitalize