## PRIVATE FILE SYSTEM
- In settings.php make sure $settings['file_private_path'] is set.
Example:
$settings['file_private_path'] = '../files-private';
You can create and set this directory now, or in advance.
- Create directory "./files-private/commerce_speedy/print_label" directories
inside your project directory
(probably /var/www/PROJECT_DIR_NAME/files-private/commerce_speedy/print_label). Web-server user should be able to write there - Check the site Status report for any error about this.
Example structure should looks like
-files-private
--commerce_speedy
---print_label
-recipes
-vendor
-web
... some more project files, and directories eventually.
- Go to /admin/config/media/file-system to see "Private file system path"
show your $settings.php file_private_path path.
- Go to /admin/reports/status to check if these new directories needs permissions
adjustments on your server - web-server should have permission to write in directory print_label.