11 Jul
2016
11 Jul
'16
12:50 p.m.
That is what I suspect as well. How do I find out which cache path is being used?
I'm using Debian+ConTeXt+Apache+PHP. I've struggled a bit to make it work, but now it works. It works even inside a docker container. In my PHP code I've put this: putenv("TEXMFCACHE=/var/cache/context/texmf-cache"); This forces ConTeXt to use that directory as cache. Then I made /var/cache/context/texmf-cache world-writable: chmod ugo+rwx /var/cache/context/texmf-cache Perhaps it's not the best choice for security. Try that and tell me if it works. Best regards, Massi