-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
For Bug Reports
- BookStack Version: BookStack v0.16.3
- PHP Version: PHP 5.6.30
- MySQL Version: mysql Ver 15.1 Distrib 5.5.52-MariaDB
Installed on RHEL7 as per CentOS 7 Install by Deviant Engineer
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