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
I have a rocket theme (proton) on gantry and grav. Updated to latest grav and gantry. When gantry is in development mode and If I delete the cache then the frontend works until the cache is regenerated. After a few clicks I'll get - Maximum call stack size of 196608 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion? (file \vendor\twig\twig\src\Source.php). I'm not sure if this is Grav or Gantry issue. Any ideas? If Gantry is in production mode then it works...
local dev: win 11, php 8.3.8
The text was updated successfully, but these errors were encountered:
Never seen that before, are you running this on a low-memory/low-resources mahine? Definitely some kind of resource limitiation. Try with the built in theme 'quark' to see if that loads ok. That would indicate some issue with the gantry-based theme. Gantry itself is not at fault as it's used by 1000s of people successfully, but it's possible is misconfigured or the setup has something amiss. The "infinite recursion" in the error message indicates somehting is calling itself. perhaps a module trying to load the same module, which loads the same module, etc. That kind of thing is most likely. Try unpublishing pages and plugins to see if you can locate what the cause is. Sorry I can't help specfically it could really be anyting.
I have a rocket theme (proton) on gantry and grav. Updated to latest grav and gantry. When gantry is in development mode and If I delete the cache then the frontend works until the cache is regenerated. After a few clicks I'll get - Maximum call stack size of 196608 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion? (file \vendor\twig\twig\src\Source.php). I'm not sure if this is Grav or Gantry issue. Any ideas? If Gantry is in production mode then it works...
local dev: win 11, php 8.3.8
The text was updated successfully, but these errors were encountered: