Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
file system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2008 at 15:04 UTC
Updated:
23 Sep 2009 at 10:26 UTC
can't change writable file directory my server allows a dif dir to be writable & the post install info does not help.
Comments
Comment #1
willmoy commentedIf this was a support request, which it very nearly is, the answer would be:
D7: change stream_wrappers.inc
change conf_path() .'/files' to whatever you want.
D6: change file.inc
change conf_path() .'/files' to whatever you want
I am marking this as a feature request, so file subsystem maintainers can consider whether this variable ought to be exposed in the interface. For my money, it's not worth it, but I don't know how common josheeg's use case is.
Comment #2
willmoy commentedThought that seemed too complicated... I forgot: admin/config/media/file-system
The instructions are in INSTALL.txt http://api.drupal.org/api/drupal/INSTALL.txt/7