Page 1 of 1

Error #503 Invalid upload path

Posted: 22 Nov 2007, 11:35
by arthrax
Hello :D

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 :

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 = ';';
I have make some search but without success :( .
Can somebody help me ?

Thank you.

Re: Error #503 Invalid upload path

Posted: 02 Dec 2007, 00:28
by Narcissus
Just a quick thought: does the IIS user have permission to access that shared drive? Remember that Mantis itself, running under IIS, is essentially running as the IIS user...