Re: Fatal error: Call to undefined function __l()

2013-02-25 Thread Miguel Carvalho
Osamo, did you've managed to solve this problem? i'm facing the same one . Thanks. On Thursday, 13 January 2011 20:15:27 UTC, cricket wrote: > > On Wed, Jan 12, 2011 at 8:11 AM, osamo101 > > wrote: > > Should I just through it away and continue? > > I think you should look for this __l() fun

Re: Fatal error: Call to undefined function __l()

2011-01-13 Thread cricket
On Wed, Jan 12, 2011 at 8:11 AM, osamo101 wrote: > Should I just through it away and continue? I think you should look for this __l() function in the original app's bootstrap.php (or maybe it's in core.php, although putting it there would be wrong). There's got to be a rational reason for all of

Re: Fatal error: Call to undefined function __l()

2011-01-12 Thread osamo101
Should I just through it away and continue? On Jan 11, 9:46 pm, cricket wrote: > On Tue, Jan 11, 2011 at 4:09 AM, osamo101 wrote: > > Hi Amit, > > > This is very strange, the __l() is repeated in the code over 8000 > > times with strings i.e. __l('Delete'), do you have any idea about how > > thi

Re: Fatal error: Call to undefined function __l()

2011-01-11 Thread cricket
On Tue, Jan 11, 2011 at 4:09 AM, osamo101 wrote: > Hi Amit, > > This is very strange, the __l() is repeated in the code over 8000 > times with strings i.e. __l('Delete'), do you have any idea about how > this can happen? I don't believe it's a Cake function. Perhaps it was defined in the old vers

Re: Fatal error: Call to undefined function __l()

2011-01-11 Thread Amit Badkas
ten in any file which got overwritten. > > > > Amit Badkas > > > > PHP Applications for E-Biz:http://www.sanisoft.com > > > > On Tue, Jan 11, 2011 at 12:09 PM, osamo101 wrote: > > > Hello, > > > > > I have a website written in CakePHP 1.2

Re: Fatal error: Call to undefined function __l()

2011-01-11 Thread osamo101
g it to 1.3, > > when I try to run it, it displays the error "Fatal error: Call to > > undefined function __l() ", could you please tell me what is that > > function? and what function should I use instead of it if it is > > deprecated. > > > thanks in advance

Re: Fatal error: Call to undefined function __l()

2011-01-10 Thread Amit Badkas
in CakePHP 1.2 and I am upgrading it to 1.3, > when I try to run it, it displays the error "Fatal error: Call to > undefined function __l() ", could you please tell me what is that > function? and what function should I use instead of it if it is > deprecated. > > thanks

Fatal error: Call to undefined function __l()

2011-01-10 Thread osamo101
Hello, I have a website written in CakePHP 1.2 and I am upgrading it to 1.3, when I try to run it, it displays the error "Fatal error: Call to undefined function __l() ", could you please tell me what is that function? and what function should I use instead of it if it is deprecated.

Re: Fatal error: Call to undefined function __l()

2009-05-05 Thread John Andersen
t 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 i

Fatal error: Call to undefined function __l()

2009-05-05 Thread Braydenstyles
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 http://www.cakephp.org)