diff --git a/inc/init.php b/inc/init.php index bde17e798235a5d4894639c5069cacc4c81e25b7..9d61351058aeeb916d601bf8c84fe919aac31b94 100644 --- a/inc/init.php +++ b/inc/init.php @@ -140,7 +140,7 @@ function init_paths(){ foreach($paths as $c => $p){ if(empty($conf[$c])) $conf[$c] = $conf['savedir'].'/'.$p; $conf[$c] = init_path($conf[$c]); - if(empty($conf[$c])) nice_die("The $c does not exist, isn't accessable or writable. + if(empty($conf[$c])) nice_die("The $c ('$p') does not exist, isn't accessable or writable. You should check your config and permission settings. Or maybe you want to <a href=\"install.php\">run the installer</a>?");