Error #503 Invalid upload path
Posted: 22 Nov 2007, 11:35
Hello
When i try to enter this path "\\srv\upload" or this path "g:\upload" (g: is a network map from \\srv) in Mantis web access on my project, I got this error
(i have a french version) :
APPLICATION ERROR #503
ERREUR : Chemin de dépôt invalide. Le répertoire n'existe pas ou le serveur web ne peut pas y écrire
In english :
APPLICATION ERROR #503
Invalid upload path. Directory either does not exist or not writable to webserver"
From the server, i can access and write to the upload directory and i'am connected with a manager account.
When i enter a local path like c:, i have no problem
I use Mantis 1.0.5 on a Windows 2003 Server.
In my config_inc.php, i have :
I have make some search but without success
.
Can somebody help me ?
Thank you.
When i try to enter this path "\\srv\upload" or this path "g:\upload" (g: is a network map from \\srv) in Mantis web access on my project, I got this error
APPLICATION ERROR #503
ERREUR : Chemin de dépôt invalide. Le répertoire n'existe pas ou le serveur web ne peut pas y écrire
In english :
APPLICATION ERROR #503
Invalid upload path. Directory either does not exist or not writable to webserver"
From the server, i can access and write to the upload directory and i'am connected with a manager account.
When i enter a local path like c:, i have no problem
I use Mantis 1.0.5 on a Windows 2003 Server.
In my config_inc.php, i have :
Code: Select all
# --- file transfers---------------
$g_allow_file_upload = ON;
$g_file_upload_method = DISK;
$g_max_file_size = 50000000; #5 Mo
$g_allowed_files = 'pdf,doc,xls,jpg,gif,rtf,txt,csv';
$g_preview_attachments_inline_max_size = 100000;
$g_csv_separator = ';';Can somebody help me ?
Thank you.