Last update plugin worked for a few galleries and then others TWIG errors. Too much time to fix so just de-activated plugin and using wp media gallery. Not as pretty but works.
I’ve worked with my host wpengine for a few hours to fix issue and the permissions.
WpEngine doesn’t allow file to write to disk (under Disk Write protection). Here is their reference:
WP Engine Security Envirno
According to WPEngine: your piece of code where their plugin is calling the “grid-gallery/cache/twig/ea/” folder and the code line 192-211; specifically line 203 ‘cache_twig’ => ‘/grid-gallery/cache/twig’,
is the issue.
They even tried setting file permissions for that folder to 777 which would make it writeable to anyone and that didn’t fix it.
Please advise if there’s a solution,
Stacy