Page 1 of 1

unable to open attachements

Posted: 14 Dec 2017, 17:04
by mbrillante
Hi, I have changed the file upload section as follow because even using DATABASE mode I was unable to open the attached files; either in DATABASE or DISK mode I can see the BLOB and the file uploaded proeprly in DB and on disk but when I click on the attached file to open it I get "is currently unable to handle this request." HTTP ERROR 500 Below my current config section. I am on a windows machine with Server 2012 R2 as OS

Code: Select all

$g_allow_file_upload	= ON;
$g_file_upload_method	= DISK; # DATABASE or DISK
$g_absolute_path_default_upload_folder = 'C:/inetpub/wwwroot/mantisbt/UploadedFiles/';
$g_max_file_size		= 100000000;	# in bytes

Re: unable to open attachements

Posted: 17 Dec 2017, 14:32
by atrol
Run admin/check/index.php and check for errors or warnings.