Page 1 of 1

File Upload not working

Posted: 22 Feb 2021, 08:17
by Danny Crown
Hi,
I installed Mantis 2.24.4 on Ubuntu and can't upload Files. The ../admin/check/index.php shows no Errors. I tried severeal configs, but nothing works. Has anybody an Idea how I can solve my problem?

My current config:
php.ini:

Code: Select all

file_uploads = On
upload_tmp_dir = /var/www/html/mantis/upload_tmp/
upload_max_filesize = 50M
max_file_uploads = 20
post_max_size = 50M
config_inc.php

Code: Select all

$g_allow_file_upload	= ON;
$g_file_upload_method = DISK;
$g_absolute_path_default_upload_folder = '/var/www/html/mantis/upload/';

Re: File Upload not working

Posted: 23 Feb 2021, 08:03
by cas
so what is the error message?

Re: File Upload not working

Posted: 23 Feb 2021, 13:00
by Danny Crown
There was no message. I set up mantis again and know it works. I dont know what the error was :roll: Thank you!

Re: File Upload not working

Posted: 13 Feb 2023, 06:21
by Siva.Kayala
We have installed Mantis 2.25.2 in Linux with Oracle Database 19c. When I am trying to generate an incident by uploading files. Incident got created, but I am not able to see uploaded files anywhere. Does anyone run into the same issue ?