Not a bug Data and script locations

AndyB

Well-known member
Licensed customer
Affected version
215a
Regarding the information here:

https://xenforo.com/xf2-docs/manual/config/

1574453342818.png

If I try to set this by itself:

Code:
$config['internalDataPath'] = '/home/username/public_html/xenforo/internal_data';

I get a white screen. I can only make this work if I also set these two config items as well:

1574453579545.webp
 
By default code_cache is stored in internal_data/code_cache. If you point internalDataPath at another path and it doesn’t contain a copy of the code_cache directory that was in the original location then the behaviour you describe is expected.

You either need to move the code_cache directory into the internal_data directory, or explicitly set the code_cache directory (as you observed).
 
Back
Top Bottom