Yea its a bug in the current trunk, (I do not think it is in the release version) it does seem like it has been fixed in a branch but not merged back in yet
see this ticket https://trac.cakephp.org/ticket/1770 you can see the fix here https://trac.cakephp.org/changeset/4216 Sam D On 1/24/07, Matt <[EMAIL PROTECTED]> wrote: > > One of my scripts has suddenly stopped working and after much debugging > and break points I've traced the problem down to a log call causing a > parse error in /cake/libs/file.php > > My log call looks like this: > > $this->log("members/maintain - $num_rows members to get reminders"); > > And the error I am getting is this: > > Parse error: syntax error, unexpected '(', expecting '}' in > /home/public_html/cake/libs/file.php on line 196 > > I should also mention I am using version 1.1.12.4205 of CakePHP > > > > > -- == S. DeVore (the old fart) the advice is free, the lack of crankiness will cost you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
