Author |
|
NatachaT. Newbie
Joined: 05 August 2019 Location: United Kingdom
Online Status: Offline Posts: 2
|
Posted: 05 August 2019 at 2:51pm | IP Logged
|
|
|
I don't know if there is a way to create a PR for the documentation hosted [here](https://afterlogic.com/docs/aurora-files/troubleshooting). I was struggling to find how to increase the 100 mb limit for my user. I am glad I found [this issue](https://github.com/afterlogic/aurora-files/issues/6) and yes, I should have thought of looking in `files.config.json` but I didn't. :)
Thanks for your hard work on this library.
Edit: Having said that and changed to:
{
"Disabled": [
false,
"bool"
],
"EnableUploadSizeLimit": [
true,
"bool"
],
"UploadSizeLimitMb": [
200,
"int"
],
"UserSpaceLimitMb": [
200,
"int"
],
"TenantSpaceLimitMb": [
1000,
"int"
]
}
``` + went to my admin account > database settings and clicked `To update module configuration files click the button below.` Nothing has changed for my user.
ps: I miss markdown.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 August 2019 at 12:58am | IP Logged
|
|
|
Thank you for your feedback. Actually, there's a known issue with Files tab missing from admin interface, the settings for file upload limits should be there, and we're going to correct that in one of the nearest releases.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
NatachaT. Newbie
Joined: 05 August 2019 Location: United Kingdom
Online Status: Offline Posts: 2
|
Posted: 06 August 2019 at 3:35am | IP Logged
|
|
|
Igor wrote:
Thank you for your feedback. Actually, there's a known issue with Files tab missing from admin interface, the settings for file upload limits should be there, and we're going to correct that in one of the nearest releases.
--
Regards,
Igor, Afterlogic Support |
|
|
Not a problem, thanks for your quick answer.
|
Back to Top |
|
|
Jancs Newbie
Joined: 26 November 2019 Location: Latvia
Online Status: Offline Posts: 3
|
Posted: 26 November 2019 at 12:49pm | IP Logged
|
|
|
somehow it (appearance of Files tab) does not happen...
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 November 2019 at 12:32am | IP Logged
|
|
|
Jancs,
Quote:
somehow it (appearance of Files tab) does not happen... |
|
|
The tab will not be displayed if you didn't configure the database yet. But once that's done, you should be able to see Files tab on refresh. Doesn't it work for you that way?
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|