General > Support

Error during installation

<< < (2/2)

Dmitriy Simushev:
Here is a part of the default configs/config.yml file:


--- Code: ---# Cache subsystem
cache:
    # This value determines where the cached data will be stored. Possible
    # values are "none", "file_system" and "memcached".
    #
    # If "none" is used the caching will be disabled. This option should be used
    # only if none of the other options works.
    #
    # ... SOME COMMENTS ARE SKIPPED HERE....
    storage: file_system

--- End code ---

So if you want to turn of caching you have to replace

--- Code: ---    storage: file_system

--- End code ---
line with

--- Code: ---    storage: none

--- End code ---

Notice, that spaces in the beginning of the line are important!

Navigation

[0] Message Index

[*] Previous page

Go to full version