Add the example from the documentation (https://docs.joomla.org/Subform_form_field_type) to any XML manifest file and set the layout to "joomla.form.field.subform.default" -> layout="joomla.form.field.subform.default"
Error: 0 Call to a member function getGroup() on null
Only tested in Joomla! 3.7.2, previous versions could also be affected!
Form is loaded properly with the default subform layout.
Page is loaded only partly with the mentioned error above.
Joomla! 3.7.2, PHP 7.1.5
The layout "joomla.form.field.subform.repeatable-table" is also rendered "weird" (no spacing, text input type too wide etc.) due to changes in Isis (probably since 3.7). Should also be improved!
Labels |
Added:
?
|
Category | ⇒ | Fields |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-13 11:26:08 |
Closed_By | ⇒ | Kubik-Rubik |
Joomla 3.8.1 - PHP 7.0.14
The same error when I try to collect list of items in remote Postgre DB
try to find solution
My problem in echo JLayoutHelper::render('joomla.searchtools.default', array('view' => $this));
i dont want :) problem solved by deleting this line
Had a similar issue today, turned out to be a missing reference to the filter form.
Solved by adding this in the View class display()
function:
$this->filterForm = $this->get('FilterForm');
Cannot reproduce this behavior on another instance. Looks like a local problem, I will investigate further. This issue entry can be closed for now!