Problem/Motivation
At user/1/activitypub/settings I saw a warning message that:
> Warning: the private folder has not been configured.
but it still let me submit the form.
That then produced a ton of errors:
> Warning: is_dir(): Unable to find the wrapper "private" - did you forget to enable it when you configured PHP? in Drupal\Core\File\FileSystem->prepareDirectory() (line 502 of core/lib/Drupal/Core/File/FileSystem.php).
Steps to reproduce
Proposed resolution
Disable the form submit button if the private folder is not available.
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
swentel commentedI guess we can do this.
Comment #3
swentel commentedEven better message indicating this needs to be configured in settings.php
Comment #5
swentel commented