Page 1 of 1

Filemanager and folder naming

Posted: Fri Dec 02, 2016 9:34 am
by lumimies
Hello

After upgrade 1.12.1 >> 2.1.5 it is impossible to reach Filemanager folders that are previously named including special chars. For example with "ä or ö"

This behaviour started after upgrade 1.12.1 >> 2.1.5, so those folders worked before upgrade.

Is this intended behaviour - and - is there something i can do besides naming folders and linking content again?

Regards


----------------------------------------------

Cms Version: 2.1.5

Installed Modules:

AdminSearch: 1.0.2
CGContentUtils: 2.1.5
CGExtensions: 1.53.13
CGFeedMaker: 1.0.20
CGSimpleSmarty: 2.1.4
CGSnapshot: 1.2.1
CG_RSS_Reader: 1.0.3
CMSContentManager: 1.1.1
CMSMailer: 6.2.14
DesignManager: 1.1.1
ExtendedTools: 1.3.3
FileManager: 1.5.2
JQueryTools: 1.3.9
MenuManager: 1.50.2
MicroTiny: 2.0.3
MleCMS: 2.0-alpha2
ModuleManager: 2.0.4
Navigator: 1.0.3
News: 2.50.5
PDFGenerator: 0.1
Printing: 1.1.2
Search: 1.50.2
ThemeManager: 1.1.8
TinyMCE: 3.1.4


Config Information:

php_memory_limit:
max_upload_size: 20000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale: fi_FI.UTF8
set_names: true
permissive_smarty: false


Php Information:

phpversion: 5.4.4-14+deb7u12
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 22519
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 256M
max_execution_time: 120
register_globals: Off (False)
output_buffering: 4096
disable_functions: pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority,
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 20M
upload_max_filesize: 20M
session_save_path: /var/lib/php5 (1733)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On


Performance Information:

allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: Off (False)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: On (True)

Server Information:

Server Software: Apache/2.2.22 (Debian)
Server Api: apache2handler
Server Os: Linux 3.2.0-4-amd64 On x86_64
Server Db Type: MySQL (mysql)
Server Db Version: 5.5.52
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable


----------------------------------------------

Re: Filemanager and folder naming

Posted: Mon Dec 05, 2016 12:21 pm
by velden
Just tested in 2.1.5 (NOT an upgrade btw) and possible to create and read from a directory with special chars:
2016-12-05 13_19_53-[#] File Manager - CMSMS 2.1.5 TEST.png

Re: Filemanager and folder naming

Posted: Mon Dec 05, 2016 1:26 pm
by lumimies
Hello

Yes - clean 2.1.5. works also for me that way. So - it seems that the upgrade procedure somehow affects this.

Is it possible to re-install Filemanager?

Re: Filemanager and folder naming

Posted: Mon Dec 05, 2016 1:41 pm
by lumimies
Update - also the upgraded installation allows creation of foldernames with "ö" and "ä"

But - its is impossible to navigate in to them. Browser just returns to "uploads" folder.

Re: Filemanager and folder naming

Posted: Mon Dec 05, 2016 11:40 pm
by chandra
Had same trouble with a client some times ago. Reason for that behaviour were wrong pathes inside config.php.

Create a fresh install, compare their config.php with your config.php and you will see what I mean.

Current CMSMS needs only a minimum config.php cause it can detect system pathes by themself (different to older CMSMS versions you are come from :D ... yes, I know it cause Printing module is really out of date :o )

Reduce your config.php and I think it should work then.

Re: Filemanager and folder naming

Posted: Wed Dec 07, 2016 7:28 am
by lumimies
Hello

Thank You - I will try this.

Regards