[bug] Unable to add attachments when profile is set to private

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

  • comment private out in the config file, set the admin -> access -> private option, run ./scripts/checkschema.php from the top directory and it should work
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID