This bothered me when I was installing D6.2

Here it give you a nice *specific* link in the handbook to fix the directory permissions.

drupal_set_message(st('The @drupal installer requires write permissions to %file during the installation process. If you are unsure how to grant file permissions, please consult the <a hre
f="@handbook_url">on-line handbook</a>.', array('@drupal' => drupal_install_profile_name(), '%file' => $file, '@handbook_url' => 'http://drupal.org/server-permissions')), 'error');

Then after that is fixed, it asks you to remove the permissions, but now the link is generic at the "getting started" page.

drupal_set_message(st('All necessary changes to %dir and %file have been made, so you should remove write permissions to them now in order to avoid security risks. If you are unsure how 
to do so, please consult the <a href="@handbook_url">on-line handbook</a>.', array('%dir' => $settings_dir, '%file' => $settings_file, '@handbook_url' => 'http://drupal.org/getting-started')), '
error');

I suppose this is true for D7 as well.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mr.baileys’s picture

Version: 6.x-dev » 7.x-dev
Issue tags: +Novice

I agree with you that in this case it makes more sense to send the user to Server permissions issues instead of Getting Started.

The same bug exists in 7.x-dev. I think this is an ideal starter issue, tagged as such.

jbomb’s picture

Assigned: Unassigned » jbomb
jbomb’s picture

Perhaps a few edits on the server-permissions page would also be helpful.

jbomb’s picture

Status: Active » Needs review
jbomb’s picture

Status: Needs review » Needs work

rolled against the wrong version of drupal. (sorry)

jbomb’s picture

Status: Needs work » Needs review
FileSize
1.42 KB

Here we go. The previous patch was rolled against 6.10, but can also be applied to 6.dev

cwgordon7’s picture

Status: Needs review » Reviewed & tested by the community

Looks very good! Assuming it passes tests, rtbc. :)

mr.baileys’s picture

Status: Reviewed & tested by the community » Needs review

Perhaps a few edits on the server-permissions page would also be helpful.

That page can be edited by anyone in the community, so if you feel it needs improvement feel free to make edits. If you're not sure about your edits or have a question, you can add a comment to that page (although for questions you'd probably get more response in the forums).

jbomb’s picture

Thanks for the info. Previously the page only included information about write permission errors for /files and /sites/default/files. I updated it to include settings.php.

cwgordon7’s picture

Status: Needs review » Reviewed & tested by the community

I think mr.baileys and I cross-posted. Mr.baileys, is there a reason you don't think this is rtbc?

mr.baileys’s picture

@cwgordon7: nope, cross-post as you say. Started before you did, just needed more time to type :)

Agree that this is RTBC.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -Novice

Automatically closed -- issue fixed for 2 weeks with no activity.