Hi,
I've installed and run grav with other themes with no apparent problem. I've then installed the Helium skeleton and I'm getting errors when trying to display the site, or when I try to recompile css from the grav admin / gantry page.
The error when trying to access the site is
"An exception has been thrown during the rendering of a template ("Trying to access array offset on value of type null")."
on this page:
/user/plugins/gantry5/engines/nucleus/templates/partials/page_head.html.twig
line 14:
{% do gantry.platform.finalize %}
This is on archlinux. The g5-helium directory is in owner [me] and group http throughout.
Any suggestions? Thanks!