Wrong info on project page about D8 cache folder

Created on 22 January 2020, almost 5 years ago
Updated 17 October 2023, about 1 year ago

On the project page under D8 it says to set the cache dir in settings php:

$settings['filecache_paths']['default'] = '/var/cache/myproject/filecache';

Actually it should be as stated in the readme:
$settings['filecache']['directory']['default'] = '/var/cache/myproject/filecache';

🐛 Bug report
Status

Active

Component

Documentation

Created by

🇪🇪Estonia hkirsman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇬🇧United Kingdom gebiss

    Yes, For Drupal 8 the cache dir needs to be set as $settings['filecache']['directory']['default'] = '/var/cache/myproject/filecache' otherwise you get error: No path has been configured for the file system cache backend.

Production build 0.71.5 2024