Skip to content

Can't seem to enable attachments #418

@mzw123

Description

@mzw123

For Bug Reports

attachment upload limit set to 10M in php.conf:
post_max_size = 10M
upload_max_filesize = 10M

attachment upload limit set to 10M in nginx.conf:

http {
    client_max_body_size 10m;
    client_body_timeout 120s;
...

/var/www/BookStack/public
drwxrwxrwx. 7 nginx nginx 4096 Jun 15 14:35 public
/var/www/BookStack/storage/uploads
drwxrwxrwx. 3 nginx nginx 4096 Apr 18 14:11 uploads

Expected Behavior

I would be able to set attachment permissions and upload attachments.

Actual Behavior

I do not see the paperclip icon when editing pages so there is no way to open the attachment interface.
When I try to set the attachment permissions in settings/roles the changes are not saved. i.e. I check all the boxes, save the role and they are unchecked when I open the role again.

I'm not sure what I am missing in order to enable attachments. Any help would be appreciated.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions