Creation of main file upload directory failed
Brought to you by:
tuxmonkey
I got the error above whenever i create an issue with
attachments. Normal issues will be created without a
problem. After checking the log files, i got these :-
[09/16/2004 11:05am] [User: admin] Run-time warning:
mkdir(/var/files/): No such file or directory
File: C:
\ApacheWeb\IssueTracker\includes\functions\file.func.
php
Line: 133
Function: mkdir
File: C:\ApacheWeb\IssueTracker\modules\issues\new.
issues.php
Line: 61
Function: upload
File: C:\ApacheWeb\IssueTracker\index.php
Line: 163
Function: include_once
I have tried to manually create folders var and files like
this C:\ApacheWeb\IssueTracker\var\files\ and it doesn't
help. Did install it wrongly or was it a permission issue?
Logged In: YES
user_id=1104988
Isn't that a windows? If so - at tracker configuration
file /conf/const.php instead of following row:
define("_FILES_","/var/files/");
u should put some more appropriate path.