File Attachments on Private sites disabled

File Attachments on Private sites disabled

Issue ID:3582
Issue Category:bug
Component:uncategorized
Priority:normal
Status:active
Assigned:Unassigned
Version:1.1
Milestone:1.0
Keywords:attachment, community, files, private, public, upload

in config.php I have :-

$config['attachments']['supported'] = true;
array('image/png', 'image/jpg');
$config['attachments']['path'] = "/file/";
$config['attachments']['dir'] = INSTALLDIR . '/file/';
$config['attachments']['uploads'] = true;
$config['attachments']['filecommand'] = "/usr/bin/file";
$config['attachments']['file_quota'] = 5000000;
$config['attachments']['user_quota'] = 50000000;
$config['attachments']['monthly_quota'] = 15000000;

as well as :-
config['site']['profile'] = 'private';
by default
and :-
// $config['site']['profile'] = 'community';
// $config['site']['profile'] = 'public';
for testing.

File uploads by changing the site to community or public but the icon is always disabled for private.

Tried via a browser and also the mustard app.

Updates

#1

Yes, same Issue here.

#2

I can confirm this bug, is there any way around it? Like a monkey patch or something?

#3

Version:1.0» 1.1

Also confirmed for v1.1.0

#4

I have the exact same issue here.

When manually forcing uploads to true, I get quota issues.

Login or Register to modify this issue, or to receive updates by email.

You can also subscribe to the RSS feed for updates to this issue.