From f6973431b7f8df24c081a03c7c989f621ab2a708 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 15 Jul 2009 21:48:47 +0800 Subject: Fix for ticket #544. * Separate the portion of get_db_info.html.php that displays the status of the var directory into a separate view var_dir_status.html.php * Change the processing to always generate the database information request screen unless there is an environment error, the var directory is not writable and the install was successful Signed-off-by: Tim Almdal --- installer/views/var_dir_status.html.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 installer/views/var_dir_status.html.php (limited to 'installer/views/var_dir_status.html.php') diff --git a/installer/views/var_dir_status.html.php b/installer/views/var_dir_status.html.php new file mode 100644 index 00000000..8211e13c --- /dev/null +++ b/installer/views/var_dir_status.html.php @@ -0,0 +1,30 @@ + +

Welcome!

+

+ Installing Gallery is very easy. We just need to know how to talk + to your MySQL database, and we need a place to store your photos on + your web host. +

+ + +
+ Photo Storage + +

+ We're having trouble creating a place for your photos. Can you + help? Please create a directory called "var" using mkdir var in your + gallery3 directory, then run chmod 777 var. That + should fix it. +

+ Check again +

+ (Please fix the photo storage problem before continuing) +

+ +

+ We've found a place to store your photos: + +

+ +
+ -- cgit v1.2.3