Topic: [1.3] I can't change cache directory for cache_ranks.php file

Hello!
I must change my cache directory from /cache to /pun_cache. I changed all files where is strings like 'cache' and changed what i need. Everything is OK, but the file cache_ranks.php must be in /cache directory or viewtopic page doesn't work (he isn't generated in /pun_cache, i must copy it to /cache to work fine). Can anybody help me?
Regards

Re: [1.3] I can't change cache directory for cache_ranks.php file

Well, 1.3 is still in development, so stuff like this is to be expected.

It looks to me like the PUN_CACHE_DIR constant isn't being used in functions.php yet (which is where the error is most likely to be occuring).

You could probably do a search/replace like so:
PUN_ROOT.'cache/
with
PUN_CACHE_DIR.'

Re: [1.3] I can't change cache directory for cache_ranks.php file

I changed all to:

PUN_ROOT."pun_cache/cache_ranks.php";

Re: [1.3] I can't change cache directory for cache_ranks.php file

That's a way too, but not the way it should be done.

Re: [1.3] I can't change cache directory for cache_ranks.php file

1.3: closed (I'll double check this tonight)