CMS MADE SIMPLE FORGE

CGUserDirectory

 

[#11079] wrong file_location

avatar
Created By: Tristan (tristan)
Date Submitted: Tue Jul 05 08:43:17 -0400 2016

Assigned To: Robert Campbell (calguy1000)
Version: 1.5.1
CMSMS Version: 2.2.7
Severity: Trivial
Resolution: None
State: Open
Summary:
wrong file_location
Detailed Description:
Looks like the file_location used in

action.default.php
action.detail.php
action.do_search.php
action.simplesearch.php      

should be changed from:

$tpl->assign('file_location',$config['uploads_url'].'/feusers');

to:

$tpl->assign('file_location',$config['uploads_url'].'/_feusers');

since all the files are in the _feusers dir with recent FEU module installs.


History

Comments
avatar
Date: 2019-04-22 13:37
Posted By: Finn Lovenkrands (webform)

Or better yet use the "image destination path" setting in FEU.
      
Updates

Updated: 2018-06-19 07:58
version_id: 30738 => 31185
resolution_id: => 5
cmsms_version_id: 30964 => 31369