Just browsed the source at CakePHP and the erroneous code is not
present there, but at line 422 it reads:
'loginError' => __('Login failed. Invalid username or password.',
true),
So I suggest that you correct the Auth component yourself (you have an
old version of CakePHP) or upgrade to a newer version.
Enjoy,
John
On May 6, 8:15 am, Braydenstyles <[email protected]> wrote:
> Hi Folks,
>
> to give you some insight this website was on a server before both live
> and local both with secured logins before you get to the website and
> i'm trying desperately to get it up again locally
>
> Running: Mac Book Pro Intel with leopard MAMP Pro
>
> Get this message not sure what it means:
>
> Fatal error: Call to undefined function __l() in /Users/braydenstyles/
> Sites/cake/app/controllers/components/auth.php on line 360
>
> here is line 360
>
> 'loginError' => __l('Login failed. Invalid username or password.'),
>
> here is the full code
>
> <?php
> /* SVN FILE: $Id: auth.php 7945 2008-12-19 02:16:01Z gwoo $ */
[snip a lot of code]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---