I didn't do anything in out of the ordinary other than what is called for in the thread I posted. I did have to modify the tmp directory slightly but that was all.
My fileloc.php looks like this:
Code: Select all
<?php
define("CONFIG_FILE_LOCATION", '/tmp/persistent/big-o-space/cms/config.php');
define("TMP_CACHE_LOCATION", '/tmp/persistent/big-o-space/cms/cache');
define("TMP_TEMPLATES_C_LOCATION", '/tmp/persistent/big-o-space/cms/templates_c');
?>

