PHP 5.2.10
MySQL 5.1.60
statusnet-1.0.1 - new/first install on this machine
CentOS release 5.7
I'm unable to add attachments when the site is set to be in private mode.
I have this in my config file:
$config['site']['profile'] = 'private';
If I change 'private' to 'inviteonly' or 'public', there are no issues uploading attachments. When in 'private', I don't even get the paper clip icon to have the option to add an attachment.
I have also defined these variables in my config.php file:
$config['attachments']['supported'] = true; //allow all file types to be uploaded
$config['attachments']['file_quota'] = 5000000;
$config['attachments']['user_quota'] = 50000000;
$config['attachments']['monthly_quota'] = 15000000;
$config['attachments']['uploads'] = true;
$config['attachments']['path'] = "/file/"; //ignored if site is private
$config['attachments']['dir'] = INSTALLDIR . '/file/';
Let me know if I can provide any more information.
I attempted to register for the bug tracker (
http://status.net/open-source/issues) but I never received an email confirmation so I can't login.
Thanks!
-Joe
Comments