- 🇺🇸United States jnicola
They really need this in the readme...
You need to add the following to your sites settings file:
global $content_directories;
$content_directories['sync'] = 'whatever-base-path-you-have/content_sync'; - 🇺🇸United States kevinquillen
I had done that (Im assuming from OP), but maybe I did not specify global.
- Status changed to Needs review
almost 2 years ago 6:24am 15 March 2023 - 🇮🇳India prashant.c Dharamshala
Create
content
directory andsync
directory inside it, in your drupal installation root folder.Add the following lines to your
settings.php
fileglobal $content_directories; $content_directories['sync'] = $app_root.'/../content/sync';
This should fix your problem
- Status changed to Active
almost 2 years ago 1:08pm 15 March 2023 - 🇺🇸United States kevinquillen
Setting back to active, there is nothing to review unless changes (code or docs) are proposed.
In the latest version of this module config in
settings.php
should look like this:$settings['content_sync']['sync'] = '../content/sync';
- Status changed to Closed: works as designed
3 months ago 8:58am 25 September 2024