View Issue Details

IDProjectCategoryView StatusLast Update
0028005mantisbtattachmentspublic2021-03-17 15:34
Reporteririverag Assigned Toatrol  
PriorityhighSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Product Version2.24.2 
Summary0028005: No carga adjuntos
Description

Al momento de crear una incidencia y adjuntar un archivo me saca el siguiente mensaje:
No puedes subir archivos de este tipo.

En el archivo config_inc.php tengo lo siguiente:

--- Attachments / File Uploads ---

$g_allow_file_upload    = ON;
$g_file_upload_method   = DISK;
$g_dropzone_enabled = ON ;
$g_attachments_file_permissions = 0400 ;
$g_absolute_path_default_upload_folder = 'C:\xampp\htdocs\mantisbt\upload/'; # used with DISK, must contain trailing \ or /.
$g_max_file_size        = 6000000;  # in bytes
$g_preview_attachments_inline_max_size = 256 * 1024;
$g_allowed_files        = 'zip, bmp, gif, jpg, txt, pdf, word';     # extensions comma separated, e.g. 'php,html,java,exe,pl'
$g_disallowed_files     = 'php, php3, phtml, html, class, java, exe';       # extensions comma separated

y en el config_defaults_inc.php

$g_allow_file_upload = ON;
$g_file_upload_method = DISK;
$g_dropzone_enabled = ON;
$g_attachments_file_permissions = 0400;
$g_max_file_size = 5000000;
$g_file_upload_max_num = 10;
$g_allowed_files = '';
$g_absolute_path_default_upload_folder = 'C:\xampp\htdocs\mantisbt\upload/';
$g_file_download_xsendfile_enabled = OFF;
$g_file_download_xsendfile_header_name = 'X-Sendfile';

Que me puede estar faltando en la configuraciĆ³n del mantis?

De antemano, muchas gracias por la colaboraciĆ³n que me puedan brindar

TagsNo tags attached.
Attached Files
ErrorMantis.png (22,010 bytes)   
ErrorMantis.png (22,010 bytes)   

Activities

atrol

atrol

2021-03-07 05:59

developer   ~0065193

Last edited: 2021-03-07 05:59

iriverag,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

English please (also on forum).
On forum there is also a French, German and Russian section, but no Spanish one.