When trying to edit a component container in your own admin menu, the message: "Call to a member function load() on null" is returned. The error is in the file "administrator/components/com_menus/tmpl/item/edit_container.php". On line 65, the following is called: "$lang->load("$extension.sys", JPATH_ADMINISTRATOR)", but the variable $lang is not defined. So, for example, on line 21, just add: "$lang = $this->getLanguage();".
| Labels |
Removed:
?
|
||
| Labels |
Added:
No Code Attached Yet
|
||