Roman Shershnev
Roman Shershnev
Despite php settings `upload_max_filesize` and `post_max_size` check your http server configs also for: [`client_max_body_size`](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size) for nginx or [`LimitRequestBody`](https://httpd.apache.org/docs/2.4/mod/core.html#limitrequestbody) for apache accordingly, depending on which are you using.
> The Problem: this Project somehow decides to serve static Content over HTTP and anything else via HTTPS. Make sure your config.php parameter "base_url" is corresponded http or https protocol...
Not a bug. If you are using the linuxserver docker image, [look at the following documentation](https://docs.linuxserver.io/images/docker-xbackbone/) to find, where config files located are. If you are using any different docker...
https://github.com/sergix44/XBackBone/issues/524#issuecomment-2116163856