CMS MADE SIMPLE FORGE

CMS Made Simple Core

 

[#8281] File Manager Advanced mode

avatar
Created By: Jean-Marc Lerouge (jeanlechauve)
Date Submitted: Sun Aug 19 13:25:56 -0400 2012

Assigned To: Robert Campbell (calguy1000)
Version: 1.11.1
CMSMS Version: 1.11.1
Severity: Minor
Resolution: Fixed
State: Closed
Summary:
File Manager Advanced mode
Detailed Description:
cmsms 1.11+ (linux, windows)

Creates a directory uploads / images / test
By checking advanced mode and display thumbnails, uploade an image -> no problem
(Checking advanced mode gives a notice.)
Creates a thumbnail -> it will not work (Warning: rawurlencode () Expects
parameter 1 to be string, array given)
Moving image -> it will not work (the destination folder specified is not
valid).
Uncheck Advanced Mode
Returns the directory uploads / images / test because it has lost the way.
Create your thumbnail -> it works
Check advanced mode, the thumbnail is gone.

Perhaps : filemanager_utils :: get_cwd () in advancedmode (which returns 2 times
the basename of root_path because
filemanager_utils::join_path($config['root_path'],filemanager_utils::get_cwd(),$filename);
in action files ). It seems that filemanager_utils::get_cwd() return
basename($config['root_path'] from class.filemanager_utils.php

There are problems with all actions who implicated a path (move, thumbnail,
upload and perhaps uncompress...)


History

Comments
avatar
Date: 2012-08-22 08:34
Posted By: Rolf (rolf1)

Notice when saving settings is confirmed
Notice: Undefined index: path in
C:\www\trunk\modules\FileManager\action.savesettings.php on line 44

Moving image issue is confirmed

Thumbs are created when uploading in Advanced Mode, they are visible when
looking directly at the server.
They are however not visible in the FileManager as an icon...
When setting Adv.Mode off they are visible, but very BIG!!

All in SVN rev. 8265
      
avatar
Date: 2012-08-23 02:38
Posted By: Jean-Marc Lerouge (jeanlechauve)

Perfect, everything works fine with svn 8265
      
avatar
Date: 2012-09-17 11:51
Posted By: Rolf (rolf1)

CMSMS 1.11.2 is released
      
Updates

Updated: 2012-09-17 11:51
state: Open => Closed

Updated: 2012-08-23 10:02
resolution_id: 6 => 7

Updated: 2012-08-22 08:34
resolution_id: => 6