Problem with Staticache on Azure

Hello!

I’m trying the get staticache to work on a virtual Azure machine, but get this error from staticache:

The kirby version is 3.9 and is running through this package Microsoft Azure Marketplace

The server is an apache running php 7.4.21, which I think could be the problem? Couldn’t find anything about php requirements for staticache, but the error makes me think 7.4 isn’t supported by staticache?

I believe support for php 7.4x was dropped in Kirby 3.8.

From Kirby version 3.9, you need PHP 8.0+. Support for PHP 8.2 was added to Kirby 3.9, so i would suggest switching to that.

I’ll try that! Thanks for your response!