diff options
author | Jakob Hilden <jhild@umich.edu> | 2009-02-17 21:49:57 +0000 |
---|---|---|
committer | Jakob Hilden <jhild@umich.edu> | 2009-02-17 21:49:57 +0000 |
commit | 87ad71c985e016b820b998844bf21c0d7c188bc1 (patch) | |
tree | 096703316ccc5739503a088ec94faa845ccab22e /installer/views | |
parent | 82ccbba12401cefd9398f70fb2ad763025fa3919 (diff) |
added mkdir command to error message if "var" is not found, for people that don't know how to create a folder on unix
Diffstat (limited to 'installer/views')
-rw-r--r-- | installer/views/get_db_info.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php index 22ed82ad..fde11239 100644 --- a/installer/views/get_db_info.html.php +++ b/installer/views/get_db_info.html.php @@ -12,7 +12,7 @@ <?php if (!installer::var_writable()): ?> <p class="error"> We're having trouble creating a place for your photos. Can you - help? Please create a directory called <code>var</code> in your + help? Please create a directory called "var" using <code>mkdir var</code> in your gallery3 directory, then run <code>chmod 777 var</code>. That should fix it. <br/><br/> |