It is not cake issue, it is Zend problem with debug_backtrace() used
so deep.

Try
echo $form->input('username',array('label' =>
__d('users', 'Username',true)));

'users' means that this translation should be searched in users.mo/po,
so if you have one file with all translations named default.po/mo,
replace 'users' with 'default' and you should be fine.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to