Topic: Define a "cache directory" constant
I all, I'm an italian programmer and I've this error:
"Unable to write configuration cache file to cache directory. Please make sure PHP has write access to the directory 'cache'"
Unfortunately I can't change directory right to "777" 'cause is locked by provider/mantainer (www.aruba.it).
I've only one public directory called "public" into my site root dir.
Now PunBB work correctly because I've simply changed 10-12 code lines...
I've a suggestion for PunBB developer:
you could create a simple CONSTANT called, for example, CACHE_DIR:
define('CACHE_DIR', '../../public');
and use this constant into "functions.php", "footer.php", "cache.php", "common.php" where "cache" directory are called...
In Italy thousand people who use www.aruba.it as provider/mantainer can't use PunBB!!!
Max