Whenever I try to add or edit a subpage (i.e. a child page of the main page),
I am getting this error:
count(): Parameter must be an array or an object that implements Countable
Offending line is:
<div data-grav-array-type="container"{% if field.value_only %}
data-grav-array-mode="value_only"{% endif %}
{{ value|length <= 1 ? ' class="one-child"' : '' }}>
This is happening in: /grav/templates/forms/fields/array/array.html.twig
.
I'm not familiar enough with Grav to understand the stack and debug it.