summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_cfg.php.dist')
-rw-r--r--phpfspot_cfg.php.dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist
index f002aeb..75b54ad 100644
--- a/phpfspot_cfg.php.dist
+++ b/phpfspot_cfg.php.dist
@@ -56,6 +56,15 @@ class PHPFSPOT_CFG {
*/
var $phpfspot_db = "/var/www/f-spot-dbs/phpfspot.db";
+ /* sqlite temp dir. per default sqlite tries /var/tmp, /usr/tmp, /tmp
+ and the current working directory for creating temporary files.
+ If you still get error messages when phpfspot tries to create the
+ indecies in $fspot_db, set this option to another writeable
+ directory. For example $phpfspot_db directory, which must be
+ writeable anyway.
+ */
+ // var $sqlite_temp_dir = "/var/www/f-spot-dbs";
+
/* don't touch if you haven't changed the base templates */
var $thumb_width = "150";
var $thumb_height = "145";