unable to open attachements

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mbrillante
Posts: 3
Joined: 14 Dec 2017, 16:58

unable to open attachements

Post 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
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: unable to open attachements

Post by atrol »

Run admin/check/index.php and check for errors or warnings.
Please use Search before posting and read the Manual
Post Reply