Bug #8240
closedhosting_limit_disk_space not supported in 1.10.x
100%
Description
In 1.9.x, hosting_limit_disk_space (defined in configuration.php) is used in main/admin/system_management. However, it is nowhere to be found in 1.10.x. Please make sure all the "hosting_limit" settings are supported in 1.10.x and following.
There's no clear distinction with the hosting_total_size_limit setting either.
Furthermore, there is a comment on hosting_limit_enabled_courses but the setting is named hosting_limit_active_courses. Which is the correct one? The documentation in configuration.dist.php should be fixed.
Updated by Julio Montoya over 7 years ago
- Assignee changed from Julio Montoya to Yannick Warnier
the hosting_limit_disk_space information is located here:
main/admin/system_status.php
https://github.com/chamilo/chamilo-lms/commit/3c862d2d7192fa52cacfb991d6159421494108e0
Updated by Yannick Warnier over 7 years ago
- Status changed from Assigned to Bug resolved
- Assignee changed from Yannick Warnier to Julio Montoya
- % Done changed from 0 to 100
Great. I added another commit as well, to cover my other comments:
https://github.com/chamilo/chamilo-lms/commit/45b3872f107ed37075c57cc185add597c8ca1cc2
Don't forget to reference the issue number in your commit (this helps for the changelog later on).