1

Topic: Filenames with spaces not available

Seems the Image manager is unable to read/show thumbnails of filenames with spaces in them.

2

Re: Filenames with spaces not available

$mcImageManagerConfig['filesystem.exclude_file_pattern'] = '/([^a-zA-Z0-9_\-\.\s]|^mcic_$)/i';

Try adding the \s for this option in the config file.

Last edited by maliwik (2012-06-20 19:14:22)