Re: Error in i18n after baking fresh new admin controllers and views

2007-09-10 Thread Chris Hartjes
On 9/10/07, Charlie van de Kerkhof <[EMAIL PROTECTED]> wrote: > > I've seen this in the code on that particular line: > > $data = fread($file, 1<<20); > > 1<<20 ?? I will submit a trac ticket. > Not a bug. << is used as a bitwise operator: http://www.litfuel.net/tutorials/bitwise.htm 1 << 20 i

Re: Error in i18n after baking fresh new admin controllers and views

2007-09-10 Thread Charlie van de Kerkhof
I've seen this in the code on that particular line: $data = fread($file, 1<<20); 1<<20 ?? I will submit a trac ticket. On Sep 10, 5:06 pm, Charlie van de Kerkhof <[EMAIL PROTECTED]> wrote: > Hi, > > I used bake before in v1.2 and working alright for me. But after a > certain svn update (don't k

Error in i18n after baking fresh new admin controllers and views

2007-09-10 Thread Charlie van de Kerkhof
Hi, I used bake before in v1.2 and working alright for me. But after a certain svn update (don't know which version) my admin_index gives an error in i18n: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1048577 bytes) in /cake/libs/i18n.php on line 379 And when I