[fixed] Unable to set a different $config['uploads_path']
Posted: Mon Jun 25, 2012 12:51 pm
Hi,
I've set ..
.. and getting the following error message when trying to create a folder.
I've also set..
.. and that works fine!
EDIT: Fixed, works in beta3
I've set ..
Code: Select all
$config['uploads_path'] = '/xxx/xxx/public_html/uploads/files/';
$config['uploads_url'] = $config['root_url'] . '/uploads/files/';
Also the /files/ folder contains other folders and files but they are invisible in File Manager. Turning on advanced mode reveals all the files under /public_html/.You are not allowed to modify files outside the uploads-dir! (That requires the Advanced File Management permission)
I've also set..
Code: Select all
$config['image_uploads_path'] = '/xxx/xxx/public_html/uploads/files/images/';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/files/images/';
EDIT: Fixed, works in beta3