XenForo Changing codeCachePath produces blank page

J

jkilbride

Guest
I'm running Xenforo in an AWS autoscaling group with the data and internal_data directories located on an EFS (NFS) mount. I'm working on upgrading our system from 1.5.21 to 2.0.7 and I noticed new code_cache and temp directories inside internal_data. I'm assuming that it would be better to put these on the local filesystem -- please correct me if I'm wrong. I have added the following to my config.php file:

PHP:

Code:
// Put code_cache and temp directories in local /tmp
$config['codeCachePath'] =...

Read more

Continue reading...