- 🇮🇳India prashant.c Dharamshala
Have you configured the path in your settings file properly?
Add one of the following in your settings.php file and then try drush command:
global $content_directories; $content_directories['sync'] = DRUPAL_ROOT . '/content/sync';
or
global $content_directories; $content_directories['sync'] = $app_root.'/../content/sync';
Note: Create a "content" directory and "sync" directory within the "content" directory within your Drupal root folder.
Hope this helps.
- Status changed to RTBC
6 months ago 9:10pm 25 September 2024 - 🇨🇦Canada blanca.esqueda
Thank you!
Tested, if the snapshot and the files are identical then the table is not displayed. -
blanca.esqueda →
committed 9ca49e21 on 4.0.x
Issue #3276617 by uniquename, prashant.c, blanca.esqueda: Better...
-
blanca.esqueda →
committed 9ca49e21 on 4.0.x
Automatically closed - issue fixed for 2 weeks with no activity.