I've set up most things but I can't seem to be able to enable file uploads.
I tried all, disk, ftp and database.
my config_inc.php contains following related info:
- Code: Select all
$g_allow_file_upload = 'ON';
$g_file_upload_method = 'DATABASE';
$g_file_upload_ftp_server = 'ftp.....;
$g_file_upload_ftp_user = '.....';
$g_file_upload_ftp_pass = '....';
$g_max_file_size = '10240';
$g_allowed_files = 'zip,bmp,jpg,jpeg,png,dwg,xls,wrd,txt';
$g_disallowed_files = 'js,css,html,exe,dll,ocx';
I've change g_file_upload_method to go through all the 3 possible values to no avail.
in php I have
file_uploads=on
upload_max_filesize = 80M
upload_tmp_dir = no value
not sure what else to look at here
When I created the project, I've set the upload path and that path has 777 on it. But I am not able to see what that file path is as it's not showing up. So I am not able to change it either. That's probably a bug.
Anyway, I am not able to get the file upload fields to show up when reporting or editing an issue.
A "Attached Files" appears when viewing the issue but that's about it.
Also, I just noticed that I can no longer see the issues. But if I go to the issue link, the issue is there.
I've never used mantis before, I just heard its good, but from what I am seeing until now, this starts to look bad. The documentation doesn't help either.
