Cache errors

Concrete has a lot of cache errors, they don’t disrupt things, but I just wonder if anything can be done about them?

Here are some examples:

Exception Occurred: /home/[website]/public_html/application/files/cache/lessphp_e5bgyo1qvtskgw48008sc84o40gwo0o.lesscache:2 syntax error, unexpected end of file (0)

Exception Occurred: /home/[website]/public_html/concrete/vendor/tedivm/stash/src/Stash/Pool.php:115 Invalid or Empty Node passed to getItem constructor. (0)

Exception Occurred: /home/[website]/public_html/concrete/vendor/tedivm/stash/src/Stash/Driver/FileSystem.php:327 unlink(/home/[website]/public_html/application/files/cache/overrides/1952a01898073d1e/561b9b4f2e42cbd7/38a865804f8fdcb6/57cd99682e939275/382d80d329867c96/806e678ffb5e5b9e.php): No such file or directory (2)

Clearing the cache and regenerating proxies might help.

First one seems to be due to incorrect LESS statements. Do you have some custom CSS added through the theme customizer?

Second one will probably be cleared by regenerating proxies.

Third one might be due to disabling overrides cache, clearing the cache, then re-enabling. Maybe. I’m just guessing on that one, but it’s trying to delete the cached file but can’t find it. Clearing the cache might fix it.