All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: FileDriver does not respect the speedy_static_path config item

Status Resolved
Add-on / Version Speedy 1.8.0
Severity
EE Version 7.3.5

Eric Harth

Sep 11, 2023

Hi

The FileDriver when trying to create MCP stats will initialise using the system CACHE_PATH rather than the config value for the static driver path $config[‘speedy_static_path’]. This causes an exception because that folder doesn’t exist in our setup. Can/should the driver use the same config item and fall back to the system path as per the static driver?

#1

BoldMinded (Brian)

Are you seeing an actual error?

#2

BoldMinded (Brian)

The StaticDriver is different than the FilesystemDriver, if that is what you’re referring to. FilesystemDriver uses EE’s default cache path.

#3

Eric Harth

There was an error. I think you’ve now solved it by adding the folder creation code to the AbstractFileDriver. This resolves the issue for both static and file drivers.

Cheers

Login to reply