Closed (outdated)
Project:
Drupal core
Version:
8.5.x-dev
Component:
user interface text
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 00:26 UTC
Updated:
13 Apr 2018 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yoroy commentedargh, forgot the input format that allows the img tag:
Comment #2
Bojhan commentedAccording to our lovely, http://drupal.org/node/501452 - we should avoid using words as "Should". Which I think applies here as well. But lets see how...
Comment #3
yoroy commentedOk. rephrased "Should not be…" to "Make sure this directory is not…
Comment #4
Bojhan commentedSmall change, This path must be relative to the Drupal installation directory and be accessible over the web.
Comment #5
dries commentedThe fact that these directories should be writable by Drupal seems important -- it suggests the user that he'll need to take an extra action; e.g. make the directory writeable. Not?
Comment #6
catchIf the current directory isn't writable, this page does a drupal_set_message() (not in validation because it's possible to set the directory to non-writable via other means). So that information gets conveyed, but we have a decision to take on whether we want to convey it on the form or only if someone gets it wrong. I'm not sure either way.
Comment #7
yoroy commentedMy take was you can't even install Drupal. Consequently, you'll never get to this screen without having writable folders present there.
So, this is only for when you want to change these paths on an existing site, right? Hmm. I know I keep forgetting to set folders to writable each time I install Drupal, so the info is useful. The question is if the description will be read before changing the path. Not sure either.
Comment #8
catchYes you only need to do visit this page to change paths on an existing site. Another factor here is if you're actually moving the directory, you probably copied/moved it rather than creating a new one which in most cases will leave permissions/ownership intact.
Comment #10
yoroy commentedWill revisit after code freeze
Comment #11
yoroy commentedStrings frozen for D7
Comment #12
yoroy commentedMight revisit this later, but for now, usassigning.
Comment #18
wylbur commentedIn drupal 8, there are no setable fields, as this is controlled by settings.php.
The descriptions are clear and provide detailed information.
Marking this as outdated, please reopen if appropriate.