It appears that "drush quickstart-create" or "drush qc" sets the private file directory to "sites/default/files_private." The message you get is "file_private_path was set to sites/default/files_private."

This can be confusing if you're developing an install profile that explicitly sets the private file directory :)

If this is documented somewhere, I was not able to find it, and searching the issue queue did not explicitly spell it out.

Comments

mike stewart’s picture

I believe this is done only on drupal7 installations. Could you share more info regarding the installation profile you're using? Is it custom? I'm considering the best approach for a fix.

john bickar’s picture

Here is the install profile:

https://github.com/SU-SWS/Stanford-Drupal-Profile/tree/7.x-1.x

Yes, it is custom. Let me know you have other questions.

Thanks!

MichaelCole’s picture

Status: Active » Closed (fixed)

Hi John, thanks for the feedback!

Hadn't thought about that. We'll take this out of the next release. Good luck with your profile!

Mike

john bickar’s picture

Great, thanks! Quickstart is such a time saver in developing install profiles.