Feature #52440
Task #49162: Rewrite install tool
Disable certain tools in Install Tool if "LocalConfiguration" is not writeable
Status: | New | Start date: | 2013-10-01 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | 7 Install Improvements | Spent time: | - | |
Target version: | 7.4 (Backend) | |||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
If you go to All Configuration or Configuration Presets while your LocalConfiguration.php file is not writeable, you will end up in the redirect to the "Extension check", which is misleading and doesn't help the user understand the problem.
We should
a) provide a Folder Structure check to see if LocalConfiguration.php is indeed writable and display an Error (red badge) if not
b) disable with a Warning / Error box all tools which somehow need to write to the LocalConfiguration in some way. The "ActionInterface" could provide a method to declare if "needs localconfiguration" write access and depending on that display the warning instead of handling the action as usual.
History
#1 Updated by Christian Kuhn almost 2 years ago
- Parent task set to #49162
#2 Updated by Mathias Schreiber 7 months ago
- Target version changed from 6.2.0 to 7.4 (Backend)
#3 Updated by Susanne Moog 21 days ago
- Category changed from Install Tool to 7 Install Improvements