File Upload not working

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Danny Crown
Posts: 4
Joined: 22 Feb 2021, 08:00

File Upload not working

Post 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/';
cas
Posts: 1581
Joined: 11 Mar 2006, 16:08
Contact:

Re: File Upload not working

Post by cas »

so what is the error message?
Danny Crown
Posts: 4
Joined: 22 Feb 2021, 08:00

Re: File Upload not working

Post 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!
Siva.Kayala
Posts: 3
Joined: 10 Feb 2023, 05:41

Re: File Upload not working

Post 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 ?
Post Reply