Try use more languages in Joomla! 3.0 but I get this error with breadcrumbs module.
( ! ) Notice: Trying to get property of non-object in ..\modules\mod_breadcrumbs\helper.php on line 43
Thanks!
Now I use Joomla! 3.0
Languages: Ingles and Portuguese.
Normal steps.
SOLVED
Need add to $app->getMenu()->getDefault() the current language.
$app->getMenu()->getDefault($lang->getTag())
Hi Bruno,
I haven't reproduced the error, it would be awesome if you could provide more details to reproduce it. You say "normal steps" but instead could you do it like:
If is a CMS bug it will be better if you could write all this explanation in the tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103
That will make sure that the Bug Squad takes cares for it and contribute to the core your solution. Thanks very much.
Your report is very important for the Joomla project. So if you prefer to write the text in portuguese because is easy for you, you can do it, and we can find someone to translate it to english.
Ops, I see that you have already done it here: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=29873
Thanks Bruno
Help me, brunobatista
Using your code can't solve my problem! My problem was the same to yours.
When I change the code in line 43, the page display this:
( ! ) Notice: Undefined variable: lang in D:\web\wamp\www\Joomla\modules\mod_breadcrumbs\helper.php on line 43
Labels |
Added:
?
|
||
Build | ⇒ | staging |
Hi Bruno
Can you add testing instructions so we could reproduce the issue?
Thanks for reporting. ^_^