View Issue Details

IDProjectCategoryView StatusLast Update
0013226mantisbtattachmentspublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.7 
Target Version1.2.7Fixed in Version1.2.7 
Summary0013226: check.php should verify that default file upload path has trailing slash
Description

The necessity for the trailing directory separator is clearly stated in config_defaults_inc.php. However, since this causes confusing behavior (see 0013217) and possible loss of attachments, it is worth checking the value of $g_absolute_path_default_upload_folder

TagsNo tags attached.

Relationships

related to 0013217 closeddregad uploaded file not accessible due to bug in file_api.php, can not create new custom field, mail notification does not work 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036412

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x bde53a02

2011-08-08 23:58

dregad


Details Diff
Fix 0013226: check.php should verify that default file upload path has trailing / Affected Issues
0013226
mod - admin/check.php Diff File

MantisBT: master 895a592f

2011-08-09 01:29

dregad


Details Diff
Fix 0013226: Installation check should verify that default file upload path has trailing /

Add config option absolute_path_default_upload_folder to the list of paths to
validate in check_paths_inc.php
Affected Issues
0013226
mod - admin/check/check_paths_inc.php Diff File