Bram Verstraten
Bram Verstraten
Was this ever resolved or is a workaround available? At the moment I have to try...catch the `save()` method to prevent the script from exiting.
Running into this issue too. Possibly having something to do with https://github.com/modmore/ClientConfig/blob/master/core/components/clientconfig/processors/mgr/settings/save.class.php#L73 From the modx error log: ``` PHP warning: rmdir(/.../core/cache/resource/web/resources/): Directory not empty PHP warning: rmdir(/.../core/cache/resource/web/): Directory not empty...
Hi @Mark-H, that seems to resolve the issue. Don't understand why the original code doesn't work though.
I've looked a bit further into this issue. The previous error messages `Directory not empty` can be ignored. This was because we are using a custom resource cache handler which...