Thank you for the SFTP. Yes, you're right - our lead dev must've changed something with global settings. I'm going to talk with him about fixing this. In the meantime I have applied a temporary fix for your site. Can you please leave the current SFTP credentials working so we could test the final fix ?
Thanks,
Jakub
Remember to always post a link to the site you're having problem with.
I'm sorry for your waiting time caused by the Christmas and New Years Eve time. I was playing with your site again to figure out what causes the issue. It starts to look like it might be a bug in the PHP 5.5.9 (which you are using).
This Fatal Error :
Fatal error: Call to undefined method Gantry\Framework\Base\Gantry::loadGlobal() in /wp-content/plugins/gantry5/src/classes/Gantry/Framework/Base/Gantry.php on line 215
states that Gantry platform specific function cannot be called and it's loading empty array from the Base.
We possibly found a workaround for this bug and we'll add it to the CI build today. I'll let you know when it's there.
Thanks,
Jakub
Remember to always post a link to the site you're having problem with.
So looks like a possibility to use static from inside of the function was added to PHP 5.6, so we had to workaround it. The latest CI build should be fixed already