You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On PHP 7.3, with Gantry and Grav updated to Grav v1.7.48 + Admin v1.10.48 (and all plugins updated to latest stable) everything seems to be working fine.
When I move to PHP 8.0_+, however, Gantry errors begin. For example:
{% block head_application %}
{% do gantry.platform.finalize %}
{% block assets deferred %}
{{ assets.css()|raw }}
{{ assets.js()|raw }}
{% endblock %}
{% endblock %}
Arguments
"An exception has been thrown during the rendering of a template ("Trying to access array offset on value of type null")."
The only PHP specs I can find on Gantry.org are at:
On PHP 7.3, with Gantry and Grav updated to Grav v1.7.48 + Admin v1.10.48 (and all plugins updated to latest stable) everything seems to be working fine.
When I move to PHP 8.0_+, however, Gantry errors begin. For example:
The only PHP specs I can find on Gantry.org are at:
https://docs.gantry.org/gantry5/basics/system-requirements
Which states PHP 7.1.3+.
The text was updated successfully, but these errors were encountered: