Re: What is wrong with my mo-file? Was:... Cake does not parse .mo files

2008-04-08 Thread [EMAIL PROTECTED]
That is great. Thank you so much. On Apr 8, 5:42 pm, "Larry E. Masters aka PhpNut" <[EMAIL PROTECTED]> wrote: > Martin, > I have already fixed this in the core. Please update to the latest branch > 1.2.x.x from svn. > > Related ticket:https://trac.cakephp.org/ticket/4420 > > -- > /** > * @autho

Re: What is wrong with my mo-file? Was:... Cake does not parse .mo files

2008-04-08 Thread Larry E. Masters aka PhpNut
Martin, I have already fixed this in the core. Please update to the latest branch 1.2.x.x from svn. Related ticket: https://trac.cakephp.org/ticket/4420 -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @access public */ On Tue, A

Re: What is wrong with my mo-file? Was:... Cake does not parse .mo files

2008-04-08 Thread [EMAIL PROTECTED]
Larry: Sorry, I did not see your message at first (google web- interface). Here is what my Mac spits out: int(4294967295) int(2500072158) int(-1794895138) My Apache/PHP setup is "out of the box" Apple-standard. Apache-confs are only added to setup vhosts and to allow Cake's .htaccess files to tak

Re: What is wrong with my mo-file? Was:... Cake does not parse .mo files

2008-04-01 Thread [EMAIL PROTECTED]
I'm not trying to keep a one-man discussion going but I stumbled on something that may be of relevance. I found a lot a reports around the web regarding binary files on 64bit systems. The magic number is a BIG number. Apparently 32bit numbers that are out or range will "wrap around" to a negative

Re: What is wrong with my mo-file? Was:... Cake does not parse .mo files

2008-04-01 Thread Larry E. Masters aka PhpNut
Martin, Run the code from this paste: http://bin.cakephp.org/saved/30507 You should get the same output as in the "note" If this is not the case your php is not configured properly. Please provide more information about your server environment. -- /** * @author Larry E. Masters * @var string $

What is wrong with my mo-file? Was:... Cake does not parse .mo files

2008-04-01 Thread [EMAIL PROTECTED]
Those variables are undeclared because they come from the extract statement and DO contain values. So I changed the topic to reflect the real question: Why is MY mo-file not accepted? My "magic" value in the header is "-1794895138". Apparently it should be "2500072158". I come to this conclusion